Fuzzy Search not working with German umlauts
I have search index (language german) with multiple text fields on a table with around 20,000 entries.
In my endpoint I implemented 'search by query'. Unfortunately if I am trying to search for strings with umlauts like 'Universität' (= university) no results show up.
It is working with other search terms although.
[Bildschirmfoto 2022-10-01 um 16.54.57.png]If I am using the where condition with 'includes' on a specific field, it is also working.
Also those query is pretty slow, I thought that fuzzy search would be quicker than 'common' where conditions?
Should I get in contact with support?
Other
2 replies