Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
search.module
»
search_touch_node
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
10 calls to search_touch_node()
hook_comment_insert
in drupal/
modules/
comment/
comment.api.php
The comment is being inserted.
hook_comment_update
in drupal/
modules/
comment/
comment.api.php
The comment is being updated.
SearchCommentTestCase::checkCommentAccess
in drupal/
modules/
search/
search.test
Update search index and search for comment.
search_comment_delete
in drupal/
modules/
search/
search.module
Implements
hook_comment_delete
().
search_comment_insert
in drupal/
modules/
search/
search.module
Implements
hook_comment_insert
().
search_comment_publish
in drupal/
modules/
search/
search.module
Implements
hook_comment_publish
().
search_comment_unpublish
in drupal/
modules/
search/
search.module
Implements
hook_comment_unpublish
().
search_comment_update
in drupal/
modules/
search/
search.module
Implements
hook_comment_update
().
search_index
in drupal/
modules/
search/
search.module
Update the full-text search index for a particular item.
search_node_update
in drupal/
modules/
search/
search.module
Implements
hook_node_update
().