Search for %s

  1. Search 9.5.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
search_simplify function modules/search/search.module Simplifies a string according to indexing rules.
search_simplify_excerpt_match function modules/search/search.module Find words in the original text that matched via search_simplify().
search_theme function modules/search/search.module Implements hook_theme().
search_touch_node function modules/search/search.module Changes a node's changed timestamp to 'now' to force reindexing.
SEARCH_TYPE constant modules/search/search.test @file
Tests for search.module.
SEARCH_TYPE_2 constant modules/search/search.test
SEARCH_TYPE_JPN constant modules/search/search.test
search_uninstall function modules/search/search.install Implements hook_uninstall().
search_update_7000 function modules/search/search.install Replace unique keys in 'search_dataset' and 'search_index' by primary keys.
search_update_totals function modules/search/search.module Updates the {search_total} database table.
search_view function modules/search/search.pages.inc Menu callback; presents the search form and/or search results.
select.inc file includes/database/select.inc
select.inc file includes/database/sqlite/select.inc Select builder for SQLite embedded database engine.
select.inc file includes/database/pgsql/select.inc Select builder for PostgreSQL database engine.
SelectQuery class includes/database/select.inc Query builder for SELECT statements.
SelectQuery::$alterMetaData property includes/database/select.inc The query metadata for alter purposes.
SelectQuery::$alterTags property includes/database/select.inc The query tags.
SelectQuery::$distinct property includes/database/select.inc Whether or not this query should be DISTINCT
SelectQuery::$expressions property includes/database/select.inc The expressions to SELECT as virtual fields.
SelectQuery::$fields property includes/database/select.inc The fields to SELECT.
SelectQuery::$forUpdate property includes/database/select.inc The FOR UPDATE status
SelectQuery::$group property includes/database/select.inc The fields by which to group.
SelectQuery::$having property includes/database/select.inc The conditional object for the HAVING clause.
SelectQuery::$order property includes/database/select.inc The fields by which to order this query.
SelectQuery::$prepared property includes/database/select.inc Indicates if preExecute() has already been called.
SelectQuery::$range property includes/database/select.inc The range limiters for this query.
SelectQuery::$tables property includes/database/select.inc The tables against which to JOIN.
SelectQuery::$union property includes/database/select.inc An array whose elements specify a query to UNION, and the UNION type. The
'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION',
'UNION ALL', or 'UNION DISTINCT'…
SelectQuery::$where property includes/database/select.inc The conditional object for the WHERE clause.
SelectQuery::addExpression function includes/database/select.inc Adds an expression to the list of "fields" to be SELECTed.
SelectQuery::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQuery::addJoin function includes/database/select.inc Join against another table in the database.
SelectQuery::addMetaData function includes/database/select.inc Adds additional metadata to the query.
SelectQuery::addTag function includes/database/select.inc Adds a tag to a query.
SelectQuery::arguments function includes/database/select.inc Gets a complete list of all values to insert into the prepared statement.
SelectQuery::compile function includes/database/select.inc Compiles the saved conditions for later retrieval.
SelectQuery::compiled function includes/database/select.inc Check whether a condition has been previously compiled.
SelectQuery::condition function includes/database/select.inc Helper function: builds the most common conditional clauses.
SelectQuery::conditions function includes/database/select.inc Gets a complete list of all conditions in this conditional clause.
SelectQuery::countQuery function includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.
SelectQuery::distinct function includes/database/select.inc Sets this query to be DISTINCT.
SelectQuery::execute function includes/database/select.inc Runs the query against the database.
SelectQuery::exists function includes/database/select.inc Sets a condition that the specified subquery returns values.
SelectQuery::extend function includes/database/select.inc Enhance this object by wrapping it in an extender object.
SelectQuery::fields function includes/database/select.inc Add multiple fields from the same table to be SELECTed.
SelectQuery::forUpdate function includes/database/select.inc Add FOR UPDATE to the query.
SelectQuery::getArguments function includes/database/select.inc Compiles and returns an associative array of the arguments for this prepared statement.
SelectQuery::getExpressions function includes/database/select.inc Returns a reference to the expressions array for this query.
SelectQuery::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
SelectQuery::getGroupBy function includes/database/select.inc Returns a reference to the group-by array for this query.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.