Search for %s
- Search 7.x 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
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SearchQuery::parseWord | function | core/ |
Parses a word or phrase for parseQuery(). |
| SearchQuery::preExecute | function | core/ |
Generic preparation and validation for a SELECT query. |
| 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/ |
The theme to install as the default for testing. |
| SearchQueryAlterTest::$modules | property | core/ |
Modules to install. |
| 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/ |
The theme to install as the default for testing. |
| SearchRankingTest::$modules | property | core/ |
Modules to install. |
| 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/ |
Provide a form for setting options. |
| SearchRow::defineOptions | function | core/ |
Information about options for all kinds of purposes will be held here. |
| SearchRow::render | function | core/ |
Creates a render array for a row object. |
| SearchSetLocaleTest | class | core/ |
Tests that search works with numeric locale settings. |
| SearchSetLocaleTest.php | file | core/ |
|
| SearchSetLocaleTest::$modules | property | core/ |
Modules to install. |
| SearchSetLocaleTest::$nodeSearchPlugin | property | core/ |
A node search plugin instance. |
| SearchSetLocaleTest::setUp | function | core/ |
|
| SearchSetLocaleTest::testSearchWithNumericLocale | function | core/ |
Verify that search works with a numeric locale set. |
| SearchTextProcessor | class | core/ |
Processes search text for indexing. |
| SearchTextProcessor.php | file | core/ |
|
| SearchTextProcessor::$configFactory | property | core/ |
The config factory. |
| SearchTextProcessor::$moduleHandler | property | core/ |
The module handler. |
| SearchTextProcessor::$transliteration | property | core/ |
The transliteration service. |
| SearchTextProcessor::analyze | function | core/ |
Runs the text through character analyzers in preparation for indexing. |
| SearchTextProcessor::expandCjk | function | core/ |
Splits CJK (Chinese, Japanese, Korean) text into tokens. |
| SearchTextProcessor::invokePreprocess | function | core/ |
Invokes hook_search_preprocess() to simplify text. |
| SearchTextProcessor::process | function | core/ |
Processes text into words for indexing. |
| SearchTextProcessor::truncate | function | core/ |
Helper function for array_walk in ::analyze(). |
| SearchTextProcessor::__construct | function | core/ |
SearchTextProcessor constructor. |
| SearchTextProcessorInterface | interface | core/ |
Processes search text for indexing. |
| SearchTextProcessorInterface.php | file | core/ |
|
| SearchTextProcessorInterface::analyze | function | core/ |
Runs the text through character analyzers in preparation for indexing. |
| SearchTextProcessorInterface::PREG_CLASS_CJK | constant | core/ |
Matches CJK (Chinese, Japanese, Korean) letter-like characters. |
Pagination
- Previous page
- Page 1235
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.