- Notifications
You must be signed in to change notification settings - Fork 788
Add sort arugment for the search API #4865
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
base: master
Are you sure you want to change the base?
Conversation
Thank you for your pull request and welcome to our community! To contribute, please sign the Oracle Contributor Agreement (OCA).
To sign the OCA, please create an Oracle account and sign the OCA in Oracle's Contributor Agreement Application. When signing the OCA, please provide your GitHub username. After signing the OCA and getting an OCA approval from Oracle, this PR will be automatically updated. If you are an Oracle employee, please make sure that you are a member of the main Oracle GitHub organization, and your membership in this organization is public. |
7ec47d8
to 58d1dfa
Compare opengrok-web/src/main/java/org/opengrok/web/api/v1/controller/SearchController.java Outdated Show resolved Hide resolved
The Apirary documentation in the |
opengrok-indexer/src/main/java/org/opengrok/indexer/search/SearchEngine.java Outdated Show resolved Hide resolved
Also, needs a test case. |
opengrok-indexer/src/main/java/org/opengrok/indexer/search/SearchEngine.java Outdated Show resolved Hide resolved
Just a note: this conflicts with the changes done for Lucene 9.x update in PR #4867. It looks like this can be reconciled easily, though. |
I signed the OCA on Friday any idea when it will be approved? |
41ef174
to db9f5fa
Compare 35d7af4
to 8fd284e
Compare Thank you for signing the OCA. |
@vladak when you can please take another look, thanks! |
The failing tests need to be fixed first. |
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
673cfca
to 389d766
Compare
@vladak this now has been done, all green 😊 |
Fixes #4740