Search for %s
- Search 7.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 |
|---|---|---|---|
| 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/ |
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. |
| 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 enable. |
| 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 enable. |
| 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/ |
|
| 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/ |
Renders a row object. |
| SearchSetLocaleTest | class | core/ |
Tests that search works with numeric locale settings. |
| SearchSetLocaleTest.php | file | core/ |
|
| SearchSetLocaleTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SearchSetLocaleTest::$modules | property | core/ |
Modules to enable. |
| 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. |
| SearchTextProcessorInterface::PREG_CLASS_NUMBERS | constant | core/ |
Matches all 'N' Unicode character classes (numbers) |
| SearchTextProcessorInterface::PREG_CLASS_PUNCTUATION | constant | core/ |
Matches all 'P' Unicode character classes (punctuation) |
| SearchTextProcessorInterface::process | function | core/ |
Processes text into words for indexing. |
| SearchTextProcessorTest | class | core/ |
Test search text preprocessing functionality. |
Pagination
- Previous page
- Page 1106
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.