I'm working on an application that uses the MySQL full-text search to search
for words in pre-existing content. This content can and does contain HTML
entities like "ö".
At least in my setup, if I place words like "mögliche" in an AGAINST()
clause, incorrect results are returned. For example:
SE
I'm working on an application that uses the MySQL full-text search to search
for words in pre-existing content. This content can and does contain HTML
entities like "ö".
At least in my setup, if I place words like "mögliche" in an AGAINST()
clause, incorrect results are returned. For example:
SE