Skip to main content
The advancedSyntaxFeatures parameter defines which advanced query features are enabled when advancedSyntax is set to true.

Options

Enables exact phrase matching with double quotes ("). 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.
Enables word exclusion using the minus sign (-). For example, search -engine matches records that contain “search” but not “engine”.

Example

Current API clients

Last modified on May 19, 2026