separatorsToIndex property

  1. @JsonKey(name: r'separatorsToIndex')
String? separatorsToIndex
final

Controls which separators are indexed. Separators are all non-letter characters except spaces and currency characters, such as $€£¥. By default, separator characters aren't indexed. With separatorsToIndex, Algolia treats separator characters as separate words. For example, a search for C# would report two matches.

Implementation

@JsonKey(name: r'separatorsToIndex')
final String? separatorsToIndex;