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

improve sorting #230

Closed
umlaeute opened this issue Feb 26, 2021 · 1 comment
Closed

improve sorting #230

umlaeute opened this issue Feb 26, 2021 · 1 comment

Comments

@umlaeute
Copy link
Contributor

right now, search results are sorted upside-down.
this has the benefit of sorting new releases of a library before old releases.

however, this has also the drawback that

  • libraries appear in reverse alphabetic order (zexy sorts before arraysort)
  • and it doesn't take release dates into account

i think the proper sorting would be:

  • sort libraries by their newest release (library that has the newest release comes first)
  • within a library, sort by release (highest first)
@electrickery
Copy link

This would be the closest to human logic as computer logic can get.

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

No branches or pull requests

2 participants