Ranks items against query using fuzzy matching across each item's
searchable fields.
Each item is scored by taking the best fuzzyScore across the fields
returned by FuzzySearchOptions.keys. Results are sorted by descending
score; items that tie keep their original input order. A blank query returns
an empty array.
Type Parameters
T
The item type being searched.
Fextendsstring = string
The field-name type, inferred from the search fields.
Ranks
itemsagainstqueryusing fuzzy matching across each item's searchable fields.Each item is scored by taking the best fuzzyScore across the fields returned by FuzzySearchOptions.keys. Results are sorted by descending score; items that tie keep their original input order. A blank query returns an empty array.