krisk / Fuse

Lightweight fuzzy-search, in JavaScript
https://fusejs.io/
Apache License 2.0
18.1k stars 766 forks source link

Match the entire word #311

Closed josehernandezv closed 4 years ago

josehernandezv commented 5 years ago

Hi, I have a little problem, I am trying to search from a list of lessons which have a structure like this one. { ...., minutes: 10, instructorId: '5bc343asvdaf } when I try to search for lessons of 5 minutes I also get unexpected results because the instructorId begins with '5', I need to search for both so I can't exclude de instructorId from the keys, but is there any way to just get the results that matches the entire word?

MarcelloTheArcane commented 5 years ago

Could you add a weight to the minutes field? https://fusejs.io/#weighted-search

github-actions[bot] commented 4 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days