views:

28

answers:

1

How to use mysql fulltext search to search for phrases instead of like :

SELECT description FROM t WHERE info LIKE "%Search phrase one%" OR  info LIKE "%Phrase second%"  OR info LIKE "%Another phrase with more words%"