Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
search_node_update function modules/search/search.module Implements hook_node_update().
search_node_update_index function modules/search/search.module Implements hook_node_update_index().
search_reindex function modules/search/search.module Clears a part of or the entire search index.
search_reindex_confirm function modules/search/search.admin.inc Menu callback: confirm wiping of the index.
search_reindex_confirm_submit function modules/search/search.admin.inc Handler for wipe confirmation
search_touch_node function modules/search/search.module Changes a node's changed timestamp to 'now' to force reindexing.
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.
SelectQuery::$alterMetaData property includes/database/select.inc The query metadata for alter purposes.
SelectQuery::$distinct property includes/database/select.inc Whether or not this query should be DISTINCT
SelectQuery::$fields property includes/database/select.inc The fields to SELECT.
SelectQuery::$forUpdate property includes/database/select.inc The FOR UPDATE status
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::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::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::distinct function includes/database/select.inc Sets this query to be DISTINCT.
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::getFields function includes/database/select.inc Returns a reference to the fields array for this query.
SelectQuery::getMetaData function includes/database/select.inc Retrieves a given piece of metadata.
SelectQuery::getOrderBy function includes/database/select.inc Returns a reference to the order by array for this query.
SelectQuery::havingCondition function includes/database/select.inc Helper function to build most common HAVING conditional clauses.
SelectQuery::havingConditions function includes/database/select.inc
SelectQuery::isPrepared function includes/database/select.inc Indicates if preExecute() has already been called on that object.
SelectQuery::orderBy function includes/database/select.inc Orders the result set by a given field.
SelectQuery::orderRandom function includes/database/select.inc Orders the result set by a random value.
SelectQueryExtender class includes/database/select.inc The base extender class for Select queries.
SelectQueryExtender::$connection property includes/database/select.inc The connection object on which to run this query.
SelectQueryExtender::$placeholder property includes/database/select.inc The placeholder counter.
SelectQueryExtender::$query property includes/database/select.inc The SelectQuery object we are extending/decorating.
SelectQueryExtender::$uniqueIdentifier property includes/database/select.inc A unique identifier for this query object.
SelectQueryExtender::addExpression function includes/database/select.inc Adds an expression to the list of "fields" to be SELECTed.
SelectQueryExtender::addField function includes/database/select.inc Adds a field to the list to be SELECTed.
SelectQueryExtender::addJoin function includes/database/select.inc Join against another table in the database.
SelectQueryExtender::addMetaData function includes/database/select.inc Adds additional metadata to the query.
SelectQueryExtender::addTag function includes/database/select.inc Adds a tag to a query.
SelectQueryExtender::arguments function includes/database/select.inc Gets a complete list of all values to insert into the prepared statement.
SelectQueryExtender::compile function includes/database/select.inc Compiles the saved conditions for later retrieval.
SelectQueryExtender::compiled function includes/database/select.inc Check whether a condition has been previously compiled.
SelectQueryExtender::condition function includes/database/select.inc Helper function: builds the most common conditional clauses.
SelectQueryExtender::conditions function includes/database/select.inc Gets a complete list of all conditions in this conditional clause.
SelectQueryExtender::countQuery function includes/database/select.inc Get the equivalent COUNT query of this query as a new query object.

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