Skip to content

Elastic text search with umlauts and special characters #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
thomas-sc opened this issue May 7, 2025 · 0 comments
Open

Elastic text search with umlauts and special characters #66

thomas-sc opened this issue May 7, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@thomas-sc
Copy link
Collaborator

The current full text search is not tolerant of special characters and umlauts. For example, a search for “Straße” will not find “Strasse” and ‘Kornel’ will not find “Kornél”.

There is a simple and a more professional solution.
The simple solution would be to set ASCII folding filters as analyzers in Elastic.
The more sophisticated variant would be the ICU plugin, which must first be installed as an Elastic plugin. This would be more suitable than ASCII folding for more complex requirements, especially for multilingual content.

@thomas-sc thomas-sc self-assigned this May 7, 2025
@thomas-sc thomas-sc added the enhancement New feature or request label May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant