clearlydefined / clearlydefined/website
When searching, exact matches should be suggested first
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 32
- Forks
- 35
- PR merge metrics
- No merged PRs in 30d
Description
When you type in the search bar, you get a list of suggestions as you type. However, exact matches are sometimes drowned out by non-exact matches. Borrowing the example from #865:
When type "pandoc", and you get:
- pandoc-pandocker-filters
- pandoc
- jekyll-pandoc
- pandoc-numbering
- etc...
Pandoc only points to crates.io, however. If I want the PyPI package of the same name, it does not show up. Preferably, exact matches should always be suggested before non-exact matches are suggested.
Contributor guide
Assessment
This issue has not been assessed yet.