FuzzySearch<T> Class
Methods
| Name | Description | |
|---|---|---|
| onGetMultiWordSearchOptions(): FuseOptions<T> | Override to provide non-standard FuseOptions for searches where the a multiple word pattern is used | |
| onGetSingleWordSearchOptions(): FuseOptions<T> | Override to provide non-standard FuseOptions for searches where the a single word pattern is used | |
| search(searchedObjects: T[], keys: Array<>, pattern: string): FuzzySearchResults<T> | Call to conduct a fuzzy search of searchedObjects, looking at the 'key' member of each such object |
Defined in
Last Updated: 08 January, 2020