allowTyposOnNumericTokens property

  1. @JsonKey(name: r'allowTyposOnNumericTokens')
bool? allowTyposOnNumericTokens
final

Whether to allow typos on numbers in the search query. Turn off this setting to reduce the number of irrelevant matches when searching in large sets of similar numbers.

Implementation

@JsonKey(name: r'allowTyposOnNumericTokens')
final bool? allowTyposOnNumericTokens;