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

Discuss: change the sort order of the search result #476

Open
Giovds opened this issue Nov 21, 2024 · 0 comments
Open

Discuss: change the sort order of the search result #476

Giovds opened this issue Nov 21, 2024 · 0 comments

Comments

@Giovds
Copy link
Contributor

Giovds commented Nov 21, 2024

In the case of looking up artifacts, would it make sense to group by version first, and then sort on date?

The current behaviour puts 2.17.3 before 2.18.x as it was released at a later date:
image

I would suggest sorting as follows:

  com.fasterxml.jackson.jr:jackson-jr-objects:2.18.1       29 Oct 2024 at 00:24 (CET)
  com.fasterxml.jackson.jr:jackson-jr-objects:2.18.0       27 Sep 2024 at 04:03 (CEST)
  com.fasterxml.jackson.jr:jackson-jr-objects:2.18.0-rc1   30 Aug 2024 at 20:22 (CEST)
  com.fasterxml.jackson.jr:jackson-jr-objects:2.17.3       01 Nov 2024 at 21:37 (CET)
  com.fasterxml.jackson.jr:jackson-jr-objects:2.17.2       05 Jul 2024 at 19:16 (CEST)
  com.fasterxml.jackson.jr:jackson-jr-objects:2.17.1       05 May 2024 at 04:09 (CEST)
  com.fasterxml.jackson.jr:jackson-jr-objects:2.17.0       12 Mar 2024 at 22:54 (CET)
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