Namesort descending Location Description
search_form core/modules/search/search.module Builds a search form.
search_forms core/modules/search/search.module Implements hook_forms().
search_form_layout_block_configure_form_alter core/modules/search/search.module Implements hook_form_FORM_ID_alter().
search_form_submit core/modules/search/search.pages.inc Process a search form submission.
search_form_validate core/modules/search/search.pages.inc As the search form collates keys from other modules hooked in via hook_form_alter, the validation takes place in _submit. search_form_validate() is used solely to set the 'processed_keys' form value for the basic search form.
search_get_default_module_info core/modules/search/search.module Returns information about the default search module.
search_get_info core/modules/search/search.module Returns information about available search modules.
search_get_stats core/modules/search/search.module Gets stats for total and remaining items to be indexed.
search_index core/modules/search/search.module Update the full-text search index for a particular item.
search_index_split core/modules/search/search.module Simplifies and splits a string into tokens for indexing.
search_invoke_preprocess core/modules/search/search.module Invokes hook_search_preprocess() in modules.
search_is_active core/modules/search/search.module Determines access for the ?q=search path.
search_menu core/modules/search/search.module Implements hook_menu().
search_node_update core/modules/search/search.module Implements hook_node_update().
search_node_update_index core/modules/search/search.module Implements hook_node_update_index().
search_permission core/modules/search/search.module Implements hook_permission().
search_preprocess_block core/modules/search/search.module Implements hook_preprocess_block().
search_reindex core/modules/search/search.module Clears a part of or the entire search index.
search_reindex_batch core/modules/search/search.module Batch operation to rebuild the search index.
search_reindex_batch_finished core/modules/search/search.module Batch 'finished' callback for rebuilding the search index.
search_reindex_confirm core/modules/search/search.admin.inc Menu callback: confirm rebuilding of the index.
search_reindex_confirm_submit core/modules/search/search.admin.inc Handler for rebuild confirmation
search_schema core/modules/search/search.install Implements hook_schema().
search_simplify core/modules/search/search.module Simplifies a string according to indexing rules.
search_simplify_excerpt_match core/modules/search/search.module Find words in the original text that matched via search_simplify().
search_theme core/modules/search/search.module Implements hook_theme().
search_touch_node core/modules/search/search.module Changes a node's changed timestamp to 'now' to force reindexing.
search_update_1000 core/modules/search/search.install Update search module to use the configuration system.
search_update_1001 core/modules/search/search.install Add the default value for the "search_logging" configuration value.
search_update_1002 core/modules/search/search.install Set all search blocks with 'default' title to 'custom' title with 'Search'.
search_update_1003 core/modules/search/search.install Set a default for the new search_pager_type setting if not already set.
search_update_1004 core/modules/search/search.install Update outdated search menu item, if necessary.
search_update_totals core/modules/search/search.module Updates the {search_total} database table.
search_view core/modules/search/search.pages.inc Menu callback; presents the search form and/or search results.
search_views_api core/modules/search/search.module Implements hook_views_api().
search_views_data core/modules/search/views/search.views.inc Implements hook_views_data().
search_views_plugins core/modules/search/views/search.views.inc Implements hook_views_plugins().
SelectQuery::addExpression core/includes/database/select.inc Adds an expression to the list of "fields" to be selected.
SelectQuery::addField core/includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQuery::addJoin core/includes/database/select.inc Join against another table in the database.
SelectQuery::addMetaData core/includes/database/select.inc
SelectQuery::addTag core/includes/database/select.inc
SelectQuery::arguments core/includes/database/select.inc Gets a complete list of all values to insert into the prepared statement.
SelectQuery::compile core/includes/database/select.inc Compiles the saved conditions for later retrieval.
SelectQuery::compiled core/includes/database/select.inc Check whether a condition has been previously compiled.
SelectQuery::condition core/includes/database/select.inc
SelectQuery::conditions core/includes/database/select.inc Gets a complete list of all conditions in this conditional clause.
SelectQuery::countQuery core/includes/database/select.inc
SelectQuery::distinct core/includes/database/select.inc Sets this query to be DISTINCT.
SelectQuery::execute core/includes/database/select.inc Runs the query against the database.

Pages