attributesToHighlight property
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;