Rules with "query is" or "query contains" conditions can only be triggered by the original words in the user query.
Words that are decompounded from the user query will not trigger Rules.
For example:
- You have a Rule that is triggered when the query is "gerief".
- The end user types the query "kampeergerief".
- This query is decompounded into "kampeer" and "gerief", but the Rule is not trigered.
To account for these scenarios, the pre-decompounded version of the query (ie: "kampeergerief") would need to be included in the Rule condition.