I have a database with special characters like ā
or ă
so when the input is something like amor
I want to query also the word āmor
or ămor
. I used the Sounds Like
function but it does not work properly.
Here is my question: How do I do that?