Implements hook_comment_insert().
function search_comment_insert($comment) { // Reindex the node when comments are added. search_touch_node($comment->nid); }