2
In mysql Database, I am storing Arabic text mainly, and using mysql match against search.
In Arabic, some different characters are used interchangeably and should be treated equally when searched for.
Ex1: the following characters (أ - إ - آ - ا) should be treated the same. I use docker should I change anything from mysql config?
I faced the same problem. I solved the problem using these steps:
Create a function to remove the diacritic and unify the similar characters
Use this function in the condition inside the SELECT statement like this: