Do Query Rules Work with Synonym Sets?

If I setup a synonym set for “burger”, “big mac”, and “hamburger” and then setup a query rule where the condition is “search term contains “big mac”” would the query rule be triggered for any search containing one of the synonyms?

Hey @Ben_McGinnis - synonyms will not apply to query rules.

To accomplish this use case, you can list out the terms using RegEx in your query rule.

Sam