multi word query in mysql
Posted
by salmane
on Stack Overflow
See other posts from Stack Overflow
or by salmane
Published on 2010-04-06T22:05:40Z
Indexed on
2010/04/06
22:13 UTC
Read the original article
Hit count: 312
mysql
|mysql-query
Hi there , in order to make things easier for users i want to add multiple keyword search to my site. so that in the input the user would do something like : " keyword1 keyword 2" ( similar to google for example. would i need to write a code that would parse that string and do queries based on that or is there something built in mysql that could do it?
© Stack Overflow or respective owner