krisk / Fuse

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

Emphasise default options only search first 60 characters with considerable fuzz #503

Closed hadley closed 3 years ago

hadley commented 3 years ago

e.g. if you're doing full text search with fuse, the defaults are very unlikely to be correct. It would be nice to emphasise somewhere that you probably want to ignoreLocation: true and probably turn the threshold down.