Replies: 0
I am working on ajax search plugin and everything works fine except the Hebrew language:
The search string: מנצ’סטר יונייטד
The same string in Mysql Query log:
AND mt1.meta_value LIKE ‘%מנצ\\\\\’סטר יונייטד%’
For some reason extra slashes added “\\\\\”. I tried different approaches but they didn’t work.