Hello,
I need a simple search engine that is capable of searching for multiple words, recogonizing quotes as phrases, etc.
I have been using the SELECT command in conjunction with the LIKE command for the keyword and it can't handle more than a single word obviously.
Any suggestions? I'm using PHP w/ MySQL on a UNIX box running APACHE.
Thanks,
Nick
I need a simple search engine that is capable of searching for multiple words, recogonizing quotes as phrases, etc.
I have been using the SELECT command in conjunction with the LIKE command for the keyword and it can't handle more than a single word obviously.
Any suggestions? I'm using PHP w/ MySQL on a UNIX box running APACHE.
Thanks,
Nick