Hi Guenter -
Yes, reversing the indexing worked great. You simply reverse all the lines in search_functions and robot_functions (and maybe spider.php) that refer to $common_words.
So, if a line says "if $word != $common_words" you would change it to "if $word == $common_words".
|