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

Use reverse dependencies to help order search results #353

Merged
merged 1 commit into from
Dec 25, 2017

Conversation

hdgarrood
Copy link
Collaborator

Packages with more reverse dependencies are inserted into the trie
earlier, which means that they appear earlier in the search results.

This change means, for example, that the query "map" turns up the "map"
from Prelude as the very first result.

Fixes #327

Packages with more reverse dependencies are inserted into the trie
earlier, which means that they appear earlier in the search results.

This change means, for example, that the query "map" turns up the "map"
from Prelude as the very first result.

Fixes #327
@hdgarrood hdgarrood merged commit fc0be23 into master Dec 25, 2017
@hdgarrood hdgarrood deleted the order-by-rev-deps branch December 25, 2017 00:27
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

Successfully merging this pull request may close these issues.

1 participant