How to do transliteration in search?

Hi, I made search feature by this recipe https://getkirby.com/docs/cookbook/content/search

All is fine, missing one thing: if I have word “Česka” and search for “Ceska”, it’s not found, but users often use latin letters and expect to find native.

Turns out it’s actually working that way when corresponding language is set :slight_smile: before I wrote question, I had English as default.

Kirby’s search method is quite basic, if you need something more sophisticated, you can use services like Algolia or create a plugin that provides more functionality.

@Roman How did you manage to do that? That’s exactly what I’d like to do, but I don’t find any way to make it work…

You can set the locale in your config in a single language site, in a multi-language context the locale is set in the language configuration files.