Rebuild search index

soupp - April 23, 2005 - 13:35

Hello.

I droped the search index table. So search don't work. Is it possible to rebuild it someway?

Thanks.

SQL queries

Steven - April 23, 2005 - 17:04

Aside from recreating the index table, run the following SQL queries:

DELETE FROM cache;
DELETE FROM variable WHERE name = "node_cron_last";

Then run cron.php as much as necessary.

--
If you have a problem, please search before posting a question.

Fine!

soupp - April 28, 2005 - 19:32

Thank you very much! It worked out!

I had to run cron.php fot 5 times or so. Now it's ok. Search index is back.

 
 

Drupal is a registered trademark of Dries Buytaert.