View Single Post
Old 08-22-2004, 10:39 AM   #6
bloodjelly
Purple Mole
 
Join Date: Dec 2003
Posts: 106
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".
bloodjelly is offline   Reply With Quote