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 |
|---|---|---|---|
| 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/ |
|
| 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/ |
|
| 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/ |
|
| 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. |
| SearchThemeHooks | class | core/ |
Theme hook implementations for search. |
| SearchThemeHooks.php | file | core/ |
|
| SearchThemeHooks::preprocessBlock | function | core/ |
Implements hook_preprocess_HOOK() for block templates. |
| SearchThemeHooks::preprocessSearchResult | function | core/ |
Prepares variables for individual search result templates. |
| SearchThemeHooks::theme | function | core/ |
Implements hook_theme(). |
| SearchThemeHooks::themeSuggestionsSearchResult | function | core/ |
Implements hook_theme_suggestions_HOOK(). |
| SearchThemeHooks::__construct | function | core/ |
|
| SearchTokenizerTest | class | core/ |
Tests that CJK tokenizer works as intended. |
| SearchTokenizerTest.php | file | core/ |
|
| SearchTokenizerTest::$modules | property | core/ |
|
| 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. |
| SearchUpdateTest | class | core/ |
Tests moving search from node to search_node. |
| SearchUpdateTest.php | file | core/ |
|
| SearchUpdateTest::$defaultTheme | property | core/ |
|
| SearchUpdateTest::setDatabaseDumpFiles | function | core/ |
|
| SearchUpdateTest::testSearchHelpInstall | function | core/ |
Tests system_update_11401. |
| search_date_query_alter.info.yml | file | core/ |
core/modules/search/tests/modules/search_date_query_alter/search_date_query_alter.info.yml |
| search_embedded_form.info.yml | file | core/ |
core/modules/search/tests/modules/search_embedded_form/search_embedded_form.info.yml |
| search_embedded_form.routing.yml | file | core/ |
core/modules/search/tests/modules/search_embedded_form/search_embedded_form.routing.yml |
| search_excerpt | function | core/ |
Returns snippets from a piece of text, with search keywords highlighted. |
| search_extra_type.info.yml | file | core/ |
core/modules/search/tests/modules/search_extra_type/search_extra_type.info.yml |
Pagination
- Previous page
- Page 1437
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.