Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Provide issue search via api #2597

Closed
kolaente opened this issue Sep 24, 2017 · 5 comments
Closed

Provide issue search via api #2597

kolaente opened this issue Sep 24, 2017 · 5 comments
Labels
modifies/api This PR adds API routes or modifies them type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Milestone

Comments

@kolaente
Copy link
Member

This is a reminder/follow-up for #2531.

For issue dependencies, we need an api-endpoint to search.
General idea: you pass a search string to the api endpoint, it searches by title and first comment/maybe even all comments and returns a json array of all found issues. Basically like Githubs issue search.

@Morlinest
Copy link
Member

Actually there are already multiple issues about this (#2434, #1893).

@kolaente
Copy link
Member Author

oookay... but none regarding the api?

@lafriks lafriks added modifies/api This PR adds API routes or modifies them type/feature Completely new functionality. Can only be merged if feature freeze is not active. labels Sep 24, 2017
@lafriks lafriks added this to the 1.x.x milestone Sep 24, 2017
@Morlinest
Copy link
Member

@kolaente I think you can close this issue as there is basic Issue api that can be used for #2531 and we don't need to improve and add more features to it yet. Or is there any other reason to keep it open?

@kolaente
Copy link
Member Author

Yes, there is an api that can be used for #2531, but there is no general endpoint to search for issues via api. There are other issues (as you said) for an issue search, but none for a search via api.
So I think we should leave it open.

@kolaente
Copy link
Member Author

Fixed with #3612.

@lunny lunny modified the milestones: 1.x.x, 1.5.0 Apr 17, 2018
@go-gitea go-gitea locked and limited conversation to collaborators Nov 24, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
modifies/api This PR adds API routes or modifies them type/feature Completely new functionality. Can only be merged if feature freeze is not active.
Projects
None yet
Development

No branches or pull requests

4 participants