The item type being searched.
The field-name type, inferred from the fields returned by FuzzySearchOptions.keys.
OptionalfilterOptional predicate applied before scoring. Items for which it returns
false are excluded entirely, letting callers honour visibility or type
filters without the engine knowing anything about the domain.
Extracts the searchable fields from an item. Every returned field is scored; the highest-scoring one determines the item's rank.
The item to extract fields from.
The fields to score for this item.
OptionallimitMaximum number of results to return. Defaults to 20.
OptionalminMinimum score (exclusive) an item must reach to be included. Defaults to
0, which keeps every item that matches at all and drops only true
non-matches. Raise it to suppress weak (subsequence or typo) matches.
Options controlling a fuzzySearch run.