krisk / Fuse

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

Add option to ignore field-lengh norm #440

Closed krisk closed 4 years ago

krisk commented 4 years ago

Description

Add an option that, when set to true, the calculation for the relevance score (used for sorting) will ignore the field-length norm.

Describe the solution you'd like

ignoreFieldNorm: boolean

krisk commented 4 years ago

Now in latest fuse.js@6.2.0