SearchQuery::$simple |
property |
core/modules/search/src/SearchQuery.php |
Indicates whether the query conditions are simple or complex (LIKE). |
SearchQuery::$status |
property |
core/modules/search/src/SearchQuery.php |
A bitmap of status conditions, described in getStatus(). |
SearchQuery::$type |
property |
core/modules/search/src/SearchQuery.php |
The type of search (search type). |
SearchQuery::$words |
property |
core/modules/search/src/SearchQuery.php |
Array of positive search words. |
SearchQuery::addScore |
function |
core/modules/search/src/SearchQuery.php |
Adds a custom score expression to the search query. |
SearchQuery::countQuery |
function |
core/modules/search/src/SearchQuery.php |
Builds the default count query for SearchQuery. |
SearchQuery::execute |
function |
core/modules/search/src/SearchQuery.php |
Executes the search. |
SearchQuery::EXPRESSIONS_IGNORED |
constant |
core/modules/search/src/SearchQuery.php |
Indicates that part of the search expression was ignored. |
SearchQuery::getStatus |
function |
core/modules/search/src/SearchQuery.php |
Returns the query status bitmap. |
SearchQuery::LOWER_CASE_OR |
constant |
core/modules/search/src/SearchQuery.php |
Indicates that lower-case "or" was in the search expression. |
SearchQuery::NO_KEYWORD_MATCHES |
constant |
core/modules/search/src/SearchQuery.php |
Indicates that no positive keyword matches were found. |
SearchQuery::NO_POSITIVE_KEYWORDS |
constant |
core/modules/search/src/SearchQuery.php |
Indicates no positive keywords were in the search expression. |
SearchQuery::parseSearchExpression |
function |
core/modules/search/src/SearchQuery.php |
Parses the search query into SQL conditions. |
SearchQuery::parseWord |
function |
core/modules/search/src/SearchQuery.php |
Parses a word or phrase for parseQuery(). |
SearchQuery::preExecute |
function |
core/modules/search/src/SearchQuery.php |
Generic preparation and validation for a SELECT query. |
SearchQuery::prepareAndNormalize |
function |
core/modules/search/src/SearchQuery.php |
Prepares the query and calculates the normalization factor. |
SearchQuery::searchExpression |
function |
core/modules/search/src/SearchQuery.php |
Sets the search query expression. |
SearchQueryAlterTest |
class |
core/modules/search/tests/src/Functional/SearchQueryAlterTest.php |
Tests that the node search query can be altered via the query alter hook. |
SearchQueryAlterTest.php |
file |
core/modules/search/tests/src/Functional/SearchQueryAlterTest.php |
|
SearchQueryAlterTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchQueryAlterTest.php |
The theme to install as the default for testing. |
SearchQueryAlterTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchQueryAlterTest.php |
Modules to enable. |
SearchQueryAlterTest::testQueryAlter |
function |
core/modules/search/tests/src/Functional/SearchQueryAlterTest.php |
Tests that the query alter works. |
search_date_query_alter.info.yml |
file |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml |
search_date_query_alter.module |
file |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.module |
Adds date conditions to node searches. |
search_date_query_alter_query_search_node_search_alter |
function |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.module |
Implements hook_query_TAG_alter(). |
search_query_alter.info.yml |
file |
core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml |
core/modules/search/tests/modules/search_query_alter/search_query_alter.info.yml |
search_query_alter.module |
file |
core/modules/search/tests/modules/search_query_alter/search_query_alter.module |
Test module that alters search queries. |
search_query_alter_query_search_node_search_alter |
function |
core/modules/search/tests/modules/search_query_alter/search_query_alter.module |
Implements hook_query_TAG_alter(). |
Select::countQuery |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Get the equivalent COUNT query of this query as a new query object. |
Select::prepareCountQuery |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Prepares a count query from the current query object. |
SelectCloneTest::testNestedQueryCloning |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php |
Tests that nested SELECT queries are cloned properly. |
SelectCloneTest::testSelectConditionSubQueryCloning |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php |
Tests that subqueries as value within conditions are cloned properly. |
SelectComplexTest::testCountQuery |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php |
Tests that we can generate a count query from a built query. |
SelectComplexTest::testCountQueryDistinct |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php |
Tests that we can generate a count query from a query with distinct. |
SelectComplexTest::testCountQueryFieldRemovals |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php |
Tests that countQuery properly removes fields and expressions. |
SelectComplexTest::testCountQueryGroupBy |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php |
Tests that we can generate a count query from a query with GROUP BY. |
SelectComplexTest::testCountQueryRemovals |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php |
Tests that countQuery removes 'all_fields' statements and ordering clauses. |
SelectComplexTest::testHavingCountQuery |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php |
Tests having queries. |
SelectComplexTest::testJoinSubquery |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php |
Tests that we can join on a query. |
SelectExtender::$query |
property |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
The Select query object we are extending/decorating. |
SelectExtender::countQuery |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Get the equivalent COUNT query of this query as a new query object. |
SelectInterface::countQuery |
function |
core/lib/Drupal/Core/Database/Query/SelectInterface.php |
Get the equivalent COUNT query of this query as a new query object. |
SelectionInterface::entityQueryAlter |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
SelectionPluginBase::entityQueryAlter |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
SelectPagerDefaultTest::testEvenPagerQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Confirms that a pager query returns the correct results. |
SelectPagerDefaultTest::testHavingPagerQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Confirms that a paging query results with a having expression are valid. |
SelectPagerDefaultTest::testInnerPagerQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Confirms that a pager query results with an inner pager query are valid. |
SelectPagerDefaultTest::testOddPagerQuery |
function |
core/modules/system/tests/src/Functional/Database/SelectPagerDefaultTest.php |
Confirms that a pager query returns the correct results. |
SelectSubqueryTest |
class |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
Tests the Select query builder. |
SelectSubqueryTest.php |
file |
core/tests/Drupal/KernelTests/Core/Database/SelectSubqueryTest.php |
|