search_index

Related topics

Namesort iconDescription
Search interfaceThe Drupal search interface manages a global search mechanism.

Functions that call search_index()

Namesort iconLocationDescription
hook_update_indexcontributions/docs/developer/hooks/core.phpUpdate Drupal's full-text index for this module.
hook_update_indexcontributions/docs/developer/hooks/core.phpUpdate Drupal's full-text index for this module.
hook_update_indexcontributions/docs/developer/hooks/core.phpUpdate Drupal's full-text index for this module.
hook_update_indexcontributions/docs/developer/hooks/core.phpUpdate Drupal's full-text index for this module.
hook_update_indexcontributions/docs/developer/hooks/core.phpUpdate Drupal's full-text index for this module.
node_update_indexdrupal/modules/node/node.moduleImplementation of hook_update_index().
node_update_indexdrupal/modules/node/node.moduleImplementation of hook_update_index().
search_indexdrupal/modules/search/search.moduleUpdate the full-text search index for a particular item.

Functions called by search_index()

Namesort iconLocationDescription
base_pathdrupal/includes/common.incReturns the base URL path of the Drupal installation. At the very least, this will always default to /.
base_pathdrupal/includes/common.incReturns the base URL path of the Drupal installation. At the very least, this will always default to /.
db_fetch_objectdrupal/includes/database.pgsql.incFetch one result row from the previous query as an object.
db_fetch_objectdrupal/includes/database.pgsql.incFetch one result row from the previous query as an object.
db_querydrupal/includes/database.incRuns a basic query in the active database.
db_querydrupal/includes/database.incRuns a basic query in the active database.
drupal_get_normal_pathdrupal/includes/path.incGiven a path alias, return the internal path it represents.
drupal_get_normal_pathdrupal/includes/path.incGiven a path alias, return the internal path it represents.
drupal_strlendrupal/includes/unicode.incCount the amount of characters in a UTF-8 string. This is less than or equal to the byte count.
drupal_strlendrupal/includes/unicode.incCount the amount of characters in a UTF-8 string. This is less than or equal to the byte count.
drupal_strtolowerdrupal/includes/unicode.incLowercase a UTF-8 string.
drupal_strtolowerdrupal/includes/unicode.incLowercase a UTF-8 string.
filter_format_allowcachedrupal/modules/filter/filter.moduleCheck if text in a certain input format is allowed to be cached.
filter_format_allowcachedrupal/modules/filter/filter.moduleCheck if text in a certain input format is allowed to be cached.
search_dirtydrupal/modules/search/search.moduleMarks a word as dirty (or retrieves the list of dirty words). This is used during indexing (cron). Words which are dirty have outdated total counts in the search_total table, and need to be recounted.
search_dirtydrupal/modules/search/search.moduleMarks a word as dirty (or retrieves the list of dirty words). This is used during indexing (cron). Words which are dirty have outdated total counts in the search_total table, and need to be recounted.
search_indexdrupal/modules/search/search.moduleUpdate the full-text search index for a particular item.
search_index_splitdrupal/modules/search/search.moduleSplits a string into tokens for indexing.
search_index_splitdrupal/modules/search/search.moduleSplits a string into tokens for indexing.
search_wipedrupal/modules/search/search.moduleWipes a part of or the entire search index.
search_wipedrupal/modules/search/search.moduleWipes a part of or the entire search index.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.