We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To reproduce
kráľ
kral
Expected result
Actual result
Python provides unidecode module to strip accented characters from a string so perhaps it can be used to provide the feature.
unidecode
from unidecode import unidecode unidecode('kráľ') # returns kral
Test environment v.0.19.3 inside a YunoHost instance
The text was updated successfully, but these errors were encountered:
Hm. The search functionality is just from Django. Think it's possible by https://docs.djangoproject.com/en/5.0/ref/contrib/admin/#django.contrib.admin.ModelAdmin.get_search_results I will take a look.
Sorry, something went wrong.
No branches or pull requests
To reproduce
kráľ
(king in Slovak)kral
Expected result
Actual result
Python provides
unidecode
module to strip accented characters from a string so perhaps it can be used to provide the feature.Test environment
v.0.19.3 inside a YunoHost instance
The text was updated successfully, but these errors were encountered: