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

Does REST sort function work? #149

Open
lewismc opened this issue Jun 11, 2021 · 1 comment
Open

Does REST sort function work? #149

lewismc opened this issue Jun 11, 2021 · 1 comment

Comments

@lewismc
Copy link

lewismc commented Jun 11, 2021

  • What are you trying to do?
    Sort the response results for a given query. For example, the following queries (note change in sort field value) provides the same results.

https://search.maven.org/solrsearch/select?q=g:com.squareup.okhttp3%20AND%20a:okhttp&core=gav&start=0&rows=20&p=jar&sort=timestamp%20desc

https://search.maven.org/solrsearch/select?q=g:com.squareup.okhttp3%20AND%20a:okhttp&core=gav&start=0&rows=20&p=jar&sort=v%20desc

Am I using in the incorrect parameter syntax?

  • What feature or behavior is this required for?

The https://search.maven.org/solrsearch search service

  • How could we solve this issue? (Not knowing is okay!)

If someone could test and validate whether my query syntax is correct that would be a good start. After that we can determine if there is a bug or not.

  • Anything else?
@lewismc
Copy link
Author

lewismc commented Jun 11, 2021

fireant-bot/fireant#70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant