On Wed, 29 Jun 2011 00:00:54 +0200, Bastien <phps...@gmail.com> wrote:



On 2011-06-28, at 5:41 PM, Guru™ <nagendra802...@gmail.com> wrote:

Hi All,

I coded a search engine which is pretty good on its own terms. I have functions and conditions for blank entries or any SQL injection. However I have a problem. When a user start search he uses words like "in, for, the, at, on etc..". For example: Hotels in India or Car for rent etc.. How will I ignore these words and take just the main words? Please help me.

--
Best,
Guru™


When I built one, I kept an array of words not to be searched on and then removed any of those terms from the search string


that´s clever!

--
best regards,
Patty

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to