fuzzyMatching property

SuggesterFuzzyMatching? fuzzyMatching
final

The level of fuzziness allowed when suggesting matches for a string: none, low, or high. With none, the specified string is treated as an exact prefix. With low, suggestions must differ from the specified string by no more than one character. With high, suggestions can differ by up to two characters. The default is none.

Implementation

final SuggesterFuzzyMatching? fuzzyMatching;