How can check if a search phrase contains a noise word and let the user
about it so he/she can do search again without the noise word.

Thanks,

--
Dino Buljubasic
Software Developer
http://rivusglobal.com

Re: Excluding Noise Words from Search by Lyndon

Lyndon
Tue Sep 16 14:34:52 CDT 2003

On Mon, 15 Sep 2003 22:29:43 GMT, "Dino M. Buljubasic"
<dino.buljubasic@rivusglobal.com> wrote:

>How can check if a search phrase contains a noise word and let the user
>about it so he/she can do search again without the noise word.
>
>Thanks,
Why not instead remove the noise from the search before running it? If
this is a stored procedure then I suggest a table of noise words and a
function that strips these out of the search criteria before the
search is executed.