Call to conduct a fuzzy search of searchedObjects, looking at the 'key' member of each such object

search(searchedObjects: T[], keys: Array<>, pattern: string): FuzzySearchResults<T>

Parameter Type Description
searchedObjects T[] An array of objects to search.
keys Array<> The name of the members to search in the searchedObjects.
pattern string The pattern for which each searchedObject is searched.

Returns - FuzzySearchResults.

Defined in

Last Updated: 08 January, 2020