Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SearchRankingTest::testRankings | function | core/ |
Tests statistics ranking on search pages. |
| 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::$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. |
| 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. |
| SearchTextProcessorTest.php | file | core/ |
|
| SearchTextProcessorTest::$modules | property | core/ |
Modules to install. |
| SearchTextProcessorTest::testSearchTextProcessorPunctuation | function | core/ |
Tests that text analysis does the right thing with punctuation. |
| SearchTextProcessorTest::testSearchTextProcessorUnicode | function | core/ |
Tests that text processing handles Unicode characters correctly. |
| SearchTokenizerTest | class | core/ |
Tests that CJK tokenizer works as intended. |
| SearchTokenizerTest.php | file | core/ |
|
| SearchTokenizerTest::$modules | property | core/ |
Modules to install. |
| SearchTokenizerTest::code2utf | function | core/ |
Like PHP chr() function, but for unicode characters. |
| SearchTokenizerTest::setUp | function | core/ |
|
| SearchTokenizerTest::testNoTokenizer | function | core/ |
Verifies that strings of non-CJK characters are not tokenized. |
| SearchTokenizerTest::testTokenizer | function | core/ |
Verifies that strings of CJK characters are tokenized. |
| search_cron | function | core/ |
Implements hook_cron(). |
| search_date_query_alter.info.yml | file | core/ |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml |
| search_date_query_alter.module | file | core/ |
Adds date conditions to node searches. |
| search_date_query_alter_query_search_node_search_alter | function | core/ |
Implements hook_query_TAG_alter(). |
| search_embedded_form.info.yml | file | core/ |
core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml |
| search_embedded_form.module | file | core/ |
Test module implementing a form that can be embedded in search results. |
| search_embedded_form.routing.yml | file | core/ |
core/modules/search/tests/modules/search_embedded_form/search_embedded_form.routing.yml |
| search_embedded_form_preprocess_search_result | function | core/ |
Adds the test form to search results. |
Pagination
- Previous page
- Page 1137
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.