function node_search_reset
Implements hook_search_reset().
File
-
modules/
node/ node.module, line 1653
Code
function node_search_reset() {
db_update('search_dataset')->fields(array(
'reindex' => REQUEST_TIME,
))
->condition('type', 'node')
->execute();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.