Hello! All of my search experience’s query rules seem to be working except for one.
The problematic rule uses the following regex as the search term criteria:
/(?<![a-zA-Z0-9])((cancel|canceling) (my|the|this) (order|print job|job|print))(?![a-zA-Z0-9])/gm
It has 2 actions that each boost an entity belonging to a different vertical. One of the entities is shown in the search results like normal, but the other one does not appear in any of the searches I’ve tried that match the regex.
The entity does appear in the search results if i deliberately misspell one of the words in the search term however. For example, if I search for “cancel my print jon” or “canceling my orde” then the entity will appear in the search results.
Does anyone know why this might be the case?