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

ax’s picture

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.

Anonymous’s picture

Thank you!! :D it works!

ñull’s picture

What to do if this isn't working?

robertgarrigos’s picture

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.