After my upgrade from 6.14 to 6.15, and installation of the Pathauto module, Search has stopped returning any results. I have gone through the following checklist and done all of the following:

Have your cron.php been executed lately? Yes.

Are the search settings correct? Yes.

Has the 100% of the site been indexed? Yes. Drupal says 246 items were re-indexed and we are now at 100%

Does a re-index solve the problem? No.

Is the node you are trying to find, visible? Yes all node types are visible to anonymous users.

Have you uninstalled Pathauto, does this fix the problem? Yes, and no it does not fix the problem.

What am I missing? Why will search return no results?
You can view the search here on our site: www.nscss.org (just click search in the top right).

Comments

stoob’s picture

Repairing the table "search_index" was the solution.

Within MySQL (or via PHPMyAdmin) run this command:

REPAIR TABLE search_index;
jillpadams’s picture

Hey - having this problem as well. After you repaired the table, did you have to reindex?