By Anonymous (not verified) on
Hi!,
I run cron.php, then (trying to fix something) I empty the search index db. Now when I run cron.php again don't process the old nodes (the ones which were in db before empty).
How can I do to process those nodes again?
Thanks!
Comments
like that
edit (delete) the "comment_cron_last" and "node_cron_last" records in the variables table. if not, only comments / nodes created after these dates are indexed.
thanks
Thank you!! :D it works!
What ... if...
What to do if this isn't working?
don't delete but edit to 0
I deleted the whole value and it didn't work. Just edit the timestamp number to 0 (zero), this means to leave it something like this: 1:0; and it will create the search terms again.