How to use MySQL fulltext to search for phrases instead of using LIKE

PageRJ

New Member
How to use mysql fulltext search to search for phrases instead of like :\[code\]SELECT description FROM t WHERE info LIKE "%Search phrase one%" OR info LIKE "%Phrase second%" OR info LIKE "%Another phrase with more words%"\[/code\]
 
Back
Top