function search_comment_insert

search_comment_insert($comment)

Implements hook_comment_insert().

File

modules/search/search.module, line 818
Enables site-wide keyword searching.

Code

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!search!search.module/function/search_comment_insert/7.x