Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Ignore words in search

Quote Reply
Ignore words in search
In Links SQL 1 there was an option to define "stop words" that will be ignored during a search (e.g. at, of, an etc.). How do I define stop words in SQL 2.x?

Thanks in advance,

Didi

Quote Reply
Re: Ignore words in search In reply to
At this time you have to add additional words manually.

Find the 'stopwords' in /admin/GT/SQL/Indexer.pm

Note: these words will still be logged in the 'SearchLog' table if you have this plug-in installed.

- Eraser.

Quote Reply
Re: Ignore words in search In reply to
Thanks, but as I understand this only works on the indexed search. I have to use the non-indexed search (for other reasons) and still want to use stop-words.