API Reference > imodeljs-frontend > Tools > FuzzySearch > search search Method Call to conduct a fuzzy search of searchedObjects, looking at the 'key' member of each such object search(searchedObjects: T[], keys: undefined[], pattern: string): FuzzySearchResults<T> Parameter Type Description searchedObjects T[] An array of objects to search. keys undefined[] The name of the members to search in the searchedObjects. pattern string The pattern for which each searchedObject is searched. Returns - FuzzySearchResults<T> FuzzySearchResults. Defined in core/frontend/src/FuzzySearch.ts Line 48 Last Updated: 12 June, 2024