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