advancedSyntaxFeatures property

  1. @JsonKey(name: r'advancedSyntaxFeatures')
List<AdvancedSyntaxFeatures>? advancedSyntaxFeatures
final

Advanced search syntax features you want to support. - exactPhrase. Phrases in quotes must match exactly. For example, sparkly blue \"iPhone case\" only returns records with the exact string "iPhone case". - excludeWords. Query words prefixed with a - must not occur in a record. For example, search -engine matches records that contain "search" but not "engine". This setting only has an effect if advancedSyntax is true.

Implementation

@JsonKey(name: r'advancedSyntaxFeatures')
final List<AdvancedSyntaxFeatures>? advancedSyntaxFeatures;