SearchMatchTestCase::getText |
core/modules/search/tests/search.test |
_test_: Helper method for generating snippets of content. |
SearchMatchTestCase::getText2 |
core/modules/search/tests/search.test |
_test2_: Helper method for generating snippets of content. |
SearchMatchTestCase::setUp |
core/modules/search/tests/search.test |
Implementation setUp(). |
SearchMatchTestCase::testMatching |
core/modules/search/tests/search.test |
Test search indexing. |
SearchMatchTestCase::_setup |
core/modules/search/tests/search.test |
Set up a small index of items to test against. |
SearchMatchTestCase::_testQueries |
core/modules/search/tests/search.test |
Run predefine queries looking for indexed terms. |
SearchMatchTestCase::_testQueryMatching |
core/modules/search/tests/search.test |
Test the matching abilities of the engine. |
SearchMatchTestCase::_testQueryScores |
core/modules/search/tests/search.test |
Test the scoring abilities of the engine. |
SearchNodeAccessTest::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchNodeAccessTest::testPhraseSearchPunctuation |
core/modules/search/tests/search.test |
Tests that search works with punctuation and HTML entities. |
SearchNumberMatchingTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchNumberMatchingTestCase::testNumberSearching |
core/modules/search/tests/search.test |
Tests that all the numbers can be searched. |
SearchNumbersTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchNumbersTestCase::testNumberSearching |
core/modules/search/tests/search.test |
Tests that all the numbers can be searched. |
SearchPageOverride::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchPageOverride::testSearchPageHook |
core/modules/search/tests/search.test |
|
SearchPageText::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchPageText::testSearchText |
core/modules/search/tests/search.test |
Tests the failed search text, and various other text on the search page. |
SearchQuery::addScore |
core/modules/search/search.extender.inc |
Adds a custom score expression to the search query. |
SearchQuery::countQuery |
core/modules/search/search.extender.inc |
Builds the default count query for SearchQuery. |
SearchQuery::execute |
core/modules/search/search.extender.inc |
Executes the search. |
SearchQuery::executeFirstPass |
core/modules/search/search.extender.inc |
Executes the first pass query. |
SearchQuery::parseSearchExpression |
core/modules/search/search.extender.inc |
Parses the search query into SQL conditions. |
SearchQuery::parseWord |
core/modules/search/search.extender.inc |
Helper function for parseQuery(). |
SearchQuery::searchExpression |
core/modules/search/search.extender.inc |
Sets up the search query expression. |
SearchQuery::setOption |
core/modules/search/search.extender.inc |
Applies a search option and removes it from the search query string. |
SearchRankingTestCase::setUp |
core/modules/search/tests/search.test |
Implementation setUp(). |
SearchRankingTestCase::testDoubleRankings |
core/modules/search/tests/search.test |
Verifies that if we combine two rankings, search still works. |
SearchRankingTestCase::testHTMLRankings |
core/modules/search/tests/search.test |
Test rankings of HTML tags. |
SearchRankingTestCase::testRankings |
core/modules/search/tests/search.test |
|
SearchSetLocaleTest::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchSetLocaleTest::testSearchWithNumericLocale |
core/modules/search/tests/search.test |
Verify that search works with a numeric locale set. |
SearchSimplifyTestCase::testSearchSimplifyPunctuation |
core/modules/search/tests/search.test |
Tests that search_simplify() does the right thing with punctuation. |
SearchSimplifyTestCase::testSearchSimplifyUnicode |
core/modules/search/tests/search.test |
Tests that all Unicode characters simplify correctly. |
SearchTokenizerTestCase::code2utf |
core/modules/search/tests/search.test |
Like PHP chr() function, but for unicode characters. |
SearchTokenizerTestCase::setUp |
core/modules/search/tests/search.test |
Sets up a Backdrop site for running functional and integration tests. |
SearchTokenizerTestCase::testNoTokenizer |
core/modules/search/tests/search.test |
Verifies that strings of non-CJK characters are not tokenized. |
SearchTokenizerTestCase::testTokenizer |
core/modules/search/tests/search.test |
Verifies that strings of CJK characters are tokenized. |
search_admin_reindex_submit |
core/modules/search/search.admin.inc |
Form submission handler for reindex button on search_admin_settings_form(). |
search_admin_settings |
core/modules/search/search.admin.inc |
Menu callback: displays the search module settings page. |
search_admin_settings_submit |
core/modules/search/search.admin.inc |
Form submission handler for search_admin_settings(). |
search_admin_settings_validate |
core/modules/search/search.admin.inc |
Form validation handler for search_admin_settings(). |
search_autoload_info |
core/modules/search/search.module |
Implements hook_autoload_info(). |
search_block_configure |
core/modules/search/search.module |
Implements hook_block_configure(). |
search_block_info |
core/modules/search/search.module |
Implements hook_block_info(). |
search_block_view |
core/modules/search/search.module |
Implements hook_block_view(). |
search_box |
core/modules/search/search.module |
Form builder; Output a search form for the search block's search box. |
search_box_form_submit |
core/modules/search/search.module |
Process a block search form submission. |
search_comment_delete |
core/modules/search/search.module |
Implements hook_comment_delete(). |
search_comment_insert |
core/modules/search/search.module |
Implements hook_comment_insert(). |