FuzzyMatchOptions
Stentor API Reference / stentor-utils/src / FuzzyMatchOptions
Interface: FuzzyMatchOptions
Defined in: packages/stentor-utils/src/matcher.ts:92
Properties​
keys?​
optionalkeys:string[]
Defined in: packages/stentor-utils/src/matcher.ts:96
If you pass in an array of objects, match within the provided keys.
minMatchCharLength?​
optionalminMatchCharLength:number
Defined in: packages/stentor-utils/src/matcher.ts:102
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:108
Should comparisons be case sensitive.
https://fusejs.io/api/options.html#iscasesensitive
threshold?​
optionalthreshold:number
Defined in: packages/stentor-utils/src/matcher.ts:114
At which point the results are ignored, a number between 0.0 and 1.0. 0.0 is a perfect match