function search_comment_update
Implements hook_comment_update().
File
- 
              modules/
search/ search.module, line 826  
Code
function search_comment_update($comment) {
  // Reindex the node when comments are changed.
  search_touch_node($comment->nid);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.