-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
Diacritic-Insensitive Search Support (Czech characters) #288
Comments
Nobody? |
For now I solved it by using EdgeNgramTokenizer, after some tweeks it works well:
|
What did you tweek with edgengram?
` ` |
I was also looking for a way to handle searches with and without diacritics, but I didn't find a working solution for now... I hope this might be helpful to others. |
Hello,
I'm using TNTSearch for a project and encountered an issue with diacritic-insensitive searching. Specifically, the library seems unable to find matches when the search term differs in diacritics (e.g., searching for "OSVC" does not match "OSVČ").
I was wondering if there is a known workaround for this, or if there is a potential for a future update that might address this issue? This functionality is very important for applications dealing with languages using diacritics.
Adding this to loadConfig didn't work:
'charset' => 'utf8'
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: