This repository was archived by the owner on May 1, 2025. It is now read-only.
This repository was archived by the owner on May 1, 2025. It is now read-only.
accents or tildes query url, it does not work #68
Open
Description
Hello, thank you very much for this plugin, it has facilitated me a lot of the searches of my web application.
For me everything works very well, except in the searches of accents or tildes.
I have trouble using a search without tilde or accent.
Here are some examples:
with accent
url.com/fichas?txt_nombredescriptivo=~cerámica
results 10
with capital letters
url.com/fichas?txt_nombredescriptivo=~Cerámica
results 10
without accent
url.com/fichas?txt_nombredescriptivo=~ceramica
results 0
Since the mongodb console works for me without the accents, but from the url query no.
Thank you for your time and dedication. Greetings. :)
And excuse my English, :(