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(). |
search_comment_publish |
core/modules/search/search.module |
Implements hook_comment_publish(). |
search_comment_unpublish |
core/modules/search/search.module |
Implements hook_comment_unpublish(). |
search_comment_update |
core/modules/search/search.module |
Implements hook_comment_update(). |
search_config_info |
core/modules/search/search.module |
Implements hook_config_info(). |
search_cron |
core/modules/search/search.module |
Implements hook_cron(). |
search_data |
core/modules/search/search.module |
Performs a search by calling hook_search_execute(). |
search_dirty |
core/modules/search/search.module |
Marks a word as "dirty" (changed), or retrieves the list of dirty words. |
search_embedded_form_form |
core/modules/search/tests/search_embedded_form/search_embedded_form.module |
Builds a form for embedding in search results for testing. |
search_embedded_form_form_submit |
core/modules/search/tests/search_embedded_form/search_embedded_form.module |
Submit handler for search_embedded_form_form(). |
search_embedded_form_menu |
core/modules/search/tests/search_embedded_form/search_embedded_form.module |
Implements hook_menu(). |
search_embedded_form_preprocess_search_results |
core/modules/search/tests/search_embedded_form/search_embedded_form.module |
Adds the test form to search results. |
search_excerpt |
core/modules/search/search.module |
Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
search_expand_cjk |
core/modules/search/search.module |
Splits CJK (Chinese, Japanese, Korean) text into tokens. |
search_expression_extract |
core/modules/search/search.module |
Extracts a module-specific search option from a search expression. |
search_expression_insert |
core/modules/search/search.module |
Adds a module-specific search option to a search expression. |
search_extra_type_conditions |
core/modules/search/tests/search_extra_type/search_extra_type.module |
Test conditions callback for hook_search_info(). |
search_extra_type_search_execute |
core/modules/search/tests/search_extra_type/search_extra_type.module |
Implements hook_search_execute(). |
search_extra_type_search_info |
core/modules/search/tests/search_extra_type/search_extra_type.module |
Implements hook_search_info(). |
search_extra_type_search_page |
core/modules/search/tests/search_extra_type/search_extra_type.module |
Implements hook_search_page(). |