do_search

Related topics

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

Functions that call do_search()

Namesort iconLocationDescription
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
hook_searchcontributions/docs/developer/hooks/core.phpDefine a custom search routine.
hook_searchcontributions/docs/developer/hooks/core.phpDefine a custom search routine.
hook_searchcontributions/docs/developer/hooks/core.phpDefine a custom search routine.
hook_searchcontributions/docs/developer/hooks/core.phpDefine a custom search routine.
hook_searchcontributions/docs/developer/hooks/core.phpDefine a custom search routine.
node_searchdrupal/modules/node/node.moduleImplementation of hook_search().
node_searchdrupal/modules/node/node.moduleImplementation of hook_search().

Functions called by do_search()

Namesort iconLocationDescription
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.
db_query_temporarydrupal/includes/database.pgsql.incRuns a SELECT query and stores its results in a temporary table.
db_query_temporarydrupal/includes/database.pgsql.incRuns a SELECT query and stores its results in a temporary table.
db_resultdrupal/includes/database.pgsql.incReturn an individual result field from the previous query.
db_resultdrupal/includes/database.pgsql.incReturn an individual result field from the previous query.
do_searchdrupal/modules/search/search.moduleDo a query on the full-text search index for a word or words.
form_set_errordrupal/includes/form.incFile an error against a form element. If the name of the element is edit[foo][bar] then you may pass either foo or foo][bar as $name foo will set an error for all its children.
form_set_errordrupal/includes/form.incFile an error against a form element. If the name of the element is edit[foo][bar] then you may pass either foo or foo][bar as $name foo will set an error for all its children.
pager_querydrupal/includes/pager.incPerform a paged database query.
pager_querydrupal/includes/pager.incPerform a paged database query.
search_parse_querydrupal/modules/search/search.moduleParse a search query into SQL conditions.
search_parse_querydrupal/modules/search/search.moduleParse a search query into SQL conditions.
tdrupal/includes/common.incTranslate strings to the current locale.
tdrupal/includes/common.incTranslate strings to the current locale.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.
variable_getdrupal/includes/bootstrap.incReturn a persistent variable.