- Issue created by @Peter Majmesku
- Status changed to Fixed
over 1 year ago 3:30pm 8 May 2023 - 🇦🇹Austria drunken monkey Vienna, Austria
The autosuggest can only display what’s in your index, and does so without any changes. In other words, if your autocomplete doesn’t include umlauts, then they are not being indexed. The most likely explanation is that you have the “Transliteration” processor enabled, which will do exactly what you describe: replace “ä” with “a”, etc. Just disable the processor, reindex, and this should start to work as desired.
Automatically closed - issue fixed for 2 weeks with no activity.