I had .Search() code with
.For(query, q => { q.Query = "*"+query+"*"; })
But it didn't show results for synonyms. If I removed wildcards, I get match for synonym, but now Fuzzy Search is broken.
Whats best practise to enable fuzzy search in Find, without using wildcards in queries?