I don’t seem to be able to find any information about this here.
I have implemented a search function, following the instruction on the docs.
While everything works as expected, the only thing is that it’s accent sensitive.
Let’s say you have a post tiled “my new résumé”.
If you run a site wide search with /?q=résumé
, the post would show up, whereas /?q=resume
would not.
Would there be an easy way to solve this and have both queries to turn up the post?
Thanks in advance!