I'm working on a search page for my site.
It has a lot of words with accent characters, like éáűúöóü, and I can't search for them with REGEXP.
So I started to use MATCH(title) AGAINST ("+*$string*") but it doesn't helped at all.
Any suggestions?
MYSQL How to search for accent characters too?
107 views Asked by ilo At
1
Try with this