Tweak ranking of Auto-Complete suggestions to list exact match first
Open
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 340
- PR merge metrics
- No merged PRs in 30d
Description
Improve the auto-complete UX to default to list the closest match first.
For example, if I have 'KIDS' and 'kids' in my vocabulary, when I type 'KIDS', 'KIDS' should be the first option (it is currently not, instead causing #177 and defaulting to 'kids' - I'm unsure how it's ranked, by frequency?)
Expected:
KIDS|
[>KIDS]
[kids]
Actual:
KIDS|
[>kids]
[KIDS]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.