disableTypoToleranceOnAttributes property

  1. @JsonKey(name: r'disableTypoToleranceOnAttributes')
List<String>? disableTypoToleranceOnAttributes
final

Attributes for which you want to turn off typo tolerance. Attribute names are case-sensitive. Returning only exact matches can help when: - Searching in hyphenated attributes. - Reducing the number of matches when you have too many. This can happen with attributes that are long blocks of text, such as product descriptions. Consider alternatives such as disableTypoToleranceOnWords or adding synonyms if your attributes have intentional unusual spellings that might look like typos.

Implementation

@JsonKey(name: r'disableTypoToleranceOnAttributes')
final List<String>? disableTypoToleranceOnAttributes;