SearchAdvancedSearchFormTest |
core/modules/search/src/Tests/SearchAdvancedSearchFormTest.php |
Indexes content and tests the advanced search form. |
SearchBlockTest |
core/modules/search/src/Tests/SearchBlockTest.php |
Tests if the search form block is available. |
SearchCommentCountToggleTest |
core/modules/search/src/Tests/SearchCommentCountToggleTest.php |
Tests that comment count display toggles properly on comment status of node. |
SearchCommentTest |
core/modules/search/src/Tests/SearchCommentTest.php |
Tests integration searching comments. |
SearchConfigSettingsFormTest |
core/modules/search/src/Tests/SearchConfigSettingsFormTest.php |
Verify the search config settings form. |
SearchEmbedFormTest |
core/modules/search/src/Tests/SearchEmbedFormTest.php |
Verifies that a form embedded in search results works. |
SearchExactTest |
core/modules/search/src/Tests/SearchExactTest.php |
Tests that searching for a phrase gets the correct page count. |
SearchExcerptTest |
core/modules/search/src/Tests/SearchExcerptTest.php |
Tests the search_excerpt() function. |
SearchKeywordsConditionsTest |
core/modules/search/src/Tests/SearchKeywordsConditionsTest.php |
Verify the search without keywords set and extra conditions. |
SearchLanguageTest |
core/modules/search/src/Tests/SearchLanguageTest.php |
Tests advanced search with different languages added. |
SearchMatchTest |
core/modules/search/src/Tests/SearchMatchTest.php |
Indexes content and queries it. |
SearchMultilingualEntityTest |
core/modules/search/src/Tests/SearchMultilingualEntityTest.php |
Tests entities with multilingual fields. |
SearchNodeDiacriticsTest |
core/modules/search/src/Tests/SearchNodeDiacriticsTest.php |
Tests search functionality with diacritics. |
SearchNodePunctuationTest |
core/modules/search/src/Tests/SearchNodePunctuationTest.php |
Tests search functionality with punctuation and HTML entities. |
SearchNodeUpdateAndDeletionTest |
core/modules/search/src/Tests/SearchNodeUpdateAndDeletionTest.php |
Tests search index is updated properly when nodes are removed or updated. |
SearchNumberMatchingTest |
core/modules/search/src/Tests/SearchNumberMatchingTest.php |
Tests that numbers can be searched with more complex matching. |
SearchNumbersTest |
core/modules/search/src/Tests/SearchNumbersTest.php |
Tests that numbers can be searched. |
SearchPageCacheTagsTest |
core/modules/search/src/Tests/SearchPageCacheTagsTest.php |
Tests the search_page entity cache tags on the search results pages. |
SearchPageOverrideTest |
core/modules/search/src/Tests/SearchPageOverrideTest.php |
Tests if the result page can be overridden. |
SearchPageTextTest |
core/modules/search/src/Tests/SearchPageTextTest.php |
Tests the search help text and search page text. |
SearchPreprocessLangcodeTest |
core/modules/search/src/Tests/SearchPreprocessLangcodeTest.php |
Tests that the search preprocessing uses the correct language code. |
SearchQueryAlterTest |
core/modules/search/src/Tests/SearchQueryAlterTest.php |
Tests that the node search query can be altered via the query alter hook. |
SearchRankingTest |
core/modules/search/src/Tests/SearchRankingTest.php |
Indexes content and tests ranking factors. |
SearchSetLocaleTest |
core/modules/search/src/Tests/SearchSetLocaleTest.php |
Tests that search works with numeric locale settings. |
SearchSimplifyTest |
core/modules/search/src/Tests/SearchSimplifyTest.php |
Tests that the search_simply() function works as intended. |
SearchTestBase |
core/modules/search/src/Tests/SearchTestBase.php |
Defines the common search test code. |
SearchTokenizerTest |
core/modules/search/src/Tests/SearchTokenizerTest.php |
Tests that CJK tokenizer works as intended. |