How can I serach word with "&" using mysql full text search ?
There are words string, like "Marks & Spencer", "at&t" in my tables , serach "at&t", but can't find it on the database using mysql full text search
Any ways to serach word with "&"?
How can I serach word with "&" using mysql full text search ?
There are words string, like "Marks & Spencer", "at&t" in my tables , serach "at&t", but can't find it on the database using mysql full text search
Any ways to serach word with "&"?
I don't think it is possible. "&" is treated as an operator: http://dev.mysql.com/doc/refman/5.0/en/server-system-variables.html
There used to be a bug filled for this exact thing: http://bugs.mysql.com/bug.php?id=26265