Hi,
If I search for a phrase, when I have synonym enabled, it searches for the whole phrase, rather than an or search for each individual word.
text: {
query: "radio tower",
path:{'wildcard': '*'},
synonyms: 'synonymCollection'
}
So the above will only bring anything containing the whole phrase.