attributesToHighlight property

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

Attributes to highlight. Strings that match the search query in the attributes are highlighted by surrounding them with HTML tags (highlightPreTag and highlightPostTag).

Implementation

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