-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Add support for ASCII searching of non-ASCII data #1144
Comments
Hugo's Back to your question, Academic search is based on Fuse which has a related issue open for this here: krisk/Fuse#133 In the meantime, one option is to override Alternatively, using a different search provider such as Algolia or Google would likely offer improved results, especially in this case - see Academic docs on Search: https://sourcethemes.com/academic/docs/search/ . |
Thanks for your reply, but I'm afraid you closed it too quickly! |
Hi,
We have names with accents in our publications and texts, but if a users wants to find this person or text through the search box, he/she has to type the exact name with accents, which is't always obvious to find.
Is it possible to sanitize the accents in the index search list?
There is something interesting in Hugo which you can use with the urlize function to sanitze and that is put
removePathAccents = true
in the
config/_default/config.toml
. This way the taxonomy will skip the accents in the URLs!The text was updated successfully, but these errors were encountered: