multi word query in mysql
- by salmane
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?