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.
Hello.
I droped the search index table. So search don't work. Is it possible to rebuild it someway?
Thanks.
SQL queries
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!
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.