krisk / Fuse

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

Option to ignore distance & location #438

Closed krisk closed 4 years ago

krisk commented 4 years ago

Description

Provide an option to ignore distance and location. That is, an option which would yield the same score result irrespective of where in the doc the match was found.

Describe the solution you'd like

ignoreLocation: bool (default: false)

Describe alternatives you've considered

n/a

krisk commented 4 years ago

Now in latest fuse.js@6.2.0