-
Notifications
You must be signed in to change notification settings - Fork 199
Search by partial package name #208
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
Comments
Searching for The problem is that integrating substring search into a keyword-based search is rather tricky and ad-hoc, how are we to score a substring hit? We can ad-hoc strip '-' off the search term of course :-) |
Searching for |
So honestly I'm not sure how to integrate substring search into a keyword-based search in a principled way. |
The correct thing seems to me to be to consider any word with a matching substring a "keyword" with a score proportional to the ratio substring/string? |
@danchoi What has your experience with indexing documents lead you to conclude about this? |
"Searching for diagrams works only by accident (because the various diagrams packages have diagrams in the description)" -- this is not true (at least anymore). It works because we split |
For example, searching for
diagrams-
finds nothing, while it should finddiagrams-pdf
,diagrams-postscript
, etc.The text was updated successfully, but these errors were encountered: