FuzzySearchResults<T> Class

This class is used to return the results of FuzzySearch.search. It is iterable, with each iteration returning an object implementing the FuzzySearchResult interface.

Implements

  • Iterable<T>

Methods

Name Description
constructor<T>(results: undefined | any[]): FuzzySearchResults<T>    
[iterator](): any    
getResult(resultIndex: number): undefined | FuzzySearchResult<T>    

Properties

Name Type Description
length Accessor ReadOnly number    
results any[]    

Defined in

Last Updated: 18 April, 2024