| SearchQuery::$relevance_count |
property |
core/modules/search/src/SearchQuery.php |
The number of 'i.relevance' occurrences in score expressions. |
| SearchQuery::$scores |
property |
core/modules/search/src/SearchQuery.php |
The word score expressions. |
| SearchQuery::$scoresArguments |
property |
core/modules/search/src/SearchQuery.php |
Arguments for the score expressions. |
| SearchQuery::$searchExpression |
property |
core/modules/search/src/SearchQuery.php |
The keywords and advanced search options that are entered by the user. |
| 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. |
| SearchQueryAlterHooks |
class |
core/modules/search/tests/modules/search_query_alter/src/Hook/SearchQueryAlterHooks.php |
Hook implementations for search_query_alter. |
| SearchQueryAlterHooks.php |
file |
core/modules/search/tests/modules/search_query_alter/src/Hook/SearchQueryAlterHooks.php |
|
| SearchQueryAlterHooks::querySearchNodeSearchAlter |
function |
core/modules/search/tests/modules/search_query_alter/src/Hook/SearchQueryAlterHooks.php |
Implements hook_query_TAG_alter(). |
| 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 install. |
| 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_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 |
| Select::countQuery |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
|
| 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 |
|
| 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 altering the SelectQuery generated by EntityFieldQuery. |
| SelectionPluginBase::entityQueryAlter |
function |
core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php |
|
| 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. |