- Type:
list<enum<string>>
- Default:
["exactPhrase", "excludeWords"]
- Scope:
settings,search
advancedSyntaxFeatures
parameter defines which advanced query features are enabled when advancedSyntax
is set to true
.
Options
exactPhrase
Enables exact phrase matching with double quotes (
Typo tolerance is not applied inside quoted phrases.
"
).
For example, "search engine"
only matches records where “search” is followed by “engine” in a searchable attribute.Typo tolerance is not applied inside quoted phrases.
excludeWords
Enables word exclusion using the minus sign (
-
).
For example, search -engine
matches records that contain “search” but not “engine”.Example
Current API clients
Current API clients
Legacy API clients
Legacy API clients