FuzzyMatchOptions
Stentor API Reference / stentor-utils/src / FuzzyMatchOptions
Interface: FuzzyMatchOptions
Defined in: packages/stentor-utils/src/matcher.ts:88
Properties​
keys?​
optionalkeys?:string[]
Defined in: packages/stentor-utils/src/matcher.ts:92
If you pass in an array of objects, match within the provided keys.
minMatchCharLength?​
optionalminMatchCharLength?:number
Defined in: packages/stentor-utils/src/matcher.ts:98
Only match to those with length that exceeds this value.
https://fusejs.io/api/options.html#minmatchcharlength
isCaseSensitive?​
optionalisCaseSensitive?:boolean
Defined in: packages/stentor-utils/src/matcher.ts:104
Should comparisons be case sensitive.
https://fusejs.io/api/options.html#iscasesensitive
threshold?​
optionalthreshold?:number
Defined in: packages/stentor-utils/src/matcher.ts:110
At which point the results are ignored, a number between 0.0 and 1.0. 0.0 is a perfect match