Search for all
- Search 7.x for all
- Search 9.5.x for all
- Search 8.9.x for all
- Search 10.3.x for all
- Search 11.x for all
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SearchQuery::$normalize | property | core/ |
Multiplier to normalize the keyword score. |
| SearchQuery::$relevance_count | property | core/ |
The number of 'i.relevance' occurrences in score expressions. |
| SearchQuery::$scores | property | core/ |
The word score expressions. |
| SearchQuery::$scoresArguments | property | core/ |
Arguments for the score expressions. |
| SearchQuery::$searchExpression | property | core/ |
The keywords and advanced search options that are entered by the user. |
| SearchQuery::$simple | property | core/ |
Indicates whether the query conditions are simple or complex (LIKE). |
| SearchQuery::$status | property | core/ |
A bitmap of status conditions, described in getStatus(). |
| SearchQuery::$type | property | core/ |
The type of search (search type). |
| SearchQuery::$words | property | core/ |
Array of positive search words. |
| SearchQuery::addScore | function | core/ |
Adds a custom score expression to the search query. |
| SearchQuery::countQuery | function | core/ |
Builds the default count query for SearchQuery. |
| SearchQuery::execute | function | core/ |
Executes the search. |
| SearchQuery::EXPRESSIONS_IGNORED | constant | core/ |
Indicates that part of the search expression was ignored. |
| SearchQuery::getStatus | function | core/ |
Returns the query status bitmap. |
| SearchQuery::LOWER_CASE_OR | constant | core/ |
Indicates that lower-case "or" was in the search expression. |
| SearchQuery::NO_KEYWORD_MATCHES | constant | core/ |
Indicates that no positive keyword matches were found. |
| SearchQuery::NO_POSITIVE_KEYWORDS | constant | core/ |
Indicates no positive keywords were in the search expression. |
| SearchQuery::parseSearchExpression | function | core/ |
Parses the search query into SQL conditions. |
| SearchQuery::parseWord | function | core/ |
Parses a word or phrase for parseQuery(). |
| SearchQuery::preExecute | function | core/ |
|
| SearchQuery::prepareAndNormalize | function | core/ |
Prepares the query and calculates the normalization factor. |
| SearchQuery::searchExpression | function | core/ |
Sets the search query expression. |
| SearchQueryAlterHooks | class | core/ |
Hook implementations for search_query_alter. |
| SearchQueryAlterHooks.php | file | core/ |
|
| SearchQueryAlterHooks::querySearchNodeSearchAlter | function | core/ |
Implements hook_query_TAG_alter(). |
| SearchQueryAlterTest | class | core/ |
Tests that the node search query can be altered via the query alter hook. |
| SearchQueryAlterTest.php | file | core/ |
|
| SearchQueryAlterTest::$defaultTheme | property | core/ |
|
| SearchQueryAlterTest::$modules | property | core/ |
|
| SearchQueryAlterTest::testQueryAlter | function | core/ |
Tests that the query alter works. |
| SearchRankingTest | class | core/ |
Indexes content and tests ranking factors. |
| SearchRankingTest.php | file | core/ |
|
| SearchRankingTest::$defaultTheme | property | core/ |
|
| SearchRankingTest::$modules | property | core/ |
|
| SearchRankingTest::$nodeSearch | property | core/ |
The node search page. |
| SearchRankingTest::setUp | function | core/ |
|
| SearchRankingTest::testHTMLRankings | function | core/ |
Tests rankings of HTML tags. |
| SearchRankingTest::testRankings | function | core/ |
Tests the impact of different ranking factors on search results. |
| SearchRequirements | class | core/ |
Requirements for the Search module. |
| SearchRequirements.php | file | core/ |
|
| SearchRequirements::runtime | function | core/ |
Implements hook_runtime_requirements(). |
| SearchRequirements::__construct | function | core/ |
|
| SearchRow | class | core/ |
Row handler plugin for displaying search results. |
| SearchRow.php | file | core/ |
|
| SearchRow::buildOptionsForm | function | core/ |
|
| SearchRow::defineOptions | function | core/ |
|
| SearchRow::render | function | core/ |
|
| SearchSetLocaleTest | class | core/ |
Tests that search works with numeric locale settings. |
| SearchSetLocaleTest.php | file | core/ |
|
| SearchSetLocaleTest::$modules | property | core/ |
Pagination
- Previous page
- Page 1436
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.