I just wanted to check how synonyms work specifically.
I've set up one for the following
regex
\b([Oo]ne [Dd]rive)\b
transforms to
[onedrive "one drive"]
so if you search for 'one drive' it will also search for 'onedrive'
However the total set of results is now far fewer with this enabled, compared to what was appearing previously for searches for 'one drive'
Is this because the transform has "one drive" in quotes so these two words must then appear together in the transformed search?
So the synonym rule is having the side-effect that searching for 'one drive' wont match these two keywords unless they now appear adjacent, when previously that wouldnt have been the case?