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

Option search misses many results #279

Closed
ToxicFrog opened this issue Jan 27, 2021 · 1 comment · Fixed by #288
Closed

Option search misses many results #279

ToxicFrog opened this issue Jan 27, 2021 · 1 comment · Fixed by #288
Labels

Comments

@ToxicFrog
Copy link

Specifically, more general searches (shorter input) seem to return fewer results (at least sometimes) than more specific searches (longer input that is a superstring of the shorter input from before).

For a concrete example, take a search for ftp:

  • 12 hits
  • One of those is for options in services.atftpd
  • Three are for services.vsftpd

But if we search for services.atftpd we get three options, rather than the one we got before, and a search for services.vsftpd returns 28 -- more than the entire previous search for ftp did, even though the results should be a strict subset of that search!

This appears to have happened along with the recent redesign of the search page that adds a lot more vertical padding to the search results, but that might be a coincidence.

@garbas garbas added the bug Something isn't working label Feb 6, 2021
@garbas
Copy link
Member

garbas commented Feb 6, 2021

Thank you for reporting this. It definitely looks strange behavior.

garbas added a commit that referenced this issue Feb 7, 2021
* Reduce the numbers of bucket results on each ChangeBucket event
* Warmup after reindexing, fixes #250
* Using multiple sort keys, fixes #218
* Index also unfree packages, fixes #226, fixes #237
* Add wilcard query, fixes #279
garbas added a commit that referenced this issue Feb 7, 2021
* Reduce the numbers of bucket results on each ChangeBucket event
* Warmup after reindexing, fixes #250
* Using multiple sort keys, fixes #218
* Index also unfree packages, fixes #226, fixes #237
* Add wilcard query, fixes #279
garbas added a commit that referenced this issue Feb 7, 2021
* Reduce the numbers of bucket results on each ChangeBucket event
* Warmup after reindexing, fixes #250
* Using multiple sort keys, fixes #218
* Index also unfree packages, fixes #226, fixes #237
* Add wilcard query, fixes #279
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants