How should I check that a query is supposed to be for a MySQL Boolean Mode FULLTEXT search instead of a NATURAL MODE search? Detecting special character operators such as +, - using regex or something else?
Asked
Active
Viewed 25 times
0
-
1You may want to add more details to your question. – PM 77-1 Jul 14 '16 at 12:36
-
You could check the query itself to see how you coded it :p – Drew Jul 14 '16 at 13:14