Author: Michael Email: [EMAIL PROTECTED] Message: Pierre, I was having similar problems, and just found my mistake. I presume you are indexing your site with a stopwords file defined in your indexer.conf file. You also need to let your search frontend know that stopwords should not be searched for. Otherwise, your user will end up searching for keywords that have been deliberatly avoided with the stopword file during index. To do so for the cgi frontend, you need to add an equivalent directive to search.htm:
StopwordFile stopwords/en.huge.sl I am not sure how this would work for the PHP frontend, as I am not using it. Hope this helps, Michael Reply: <http://www.mnogosearch.org/board/message.php?id=4055> ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
