Excluding Noise Words from Search

  • Thread starter Thread starter Dino M. Buljubasic
  • Start date Start date
D

Dino M. Buljubasic

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,
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top