restrictHighlightAndSnippetArrays property

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

Whether to restrict highlighting and snippeting to items that at least partially matched the search query. By default, all items are highlighted and snippeted.

Implementation

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