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(). |
search_form |
core/modules/search/search.module |
Builds a search form. |
search_forms |
core/modules/search/search.module |
Implements hook_forms(). |
search_form_layout_block_configure_form_alter |
core/modules/search/search.module |
Implements hook_form_FORM_ID_alter(). |
search_form_submit |
core/modules/search/search.pages.inc |
Process a search form submission. |
search_form_validate |
core/modules/search/search.pages.inc |
As the search form collates keys from other modules hooked in via
hook_form_alter, the validation takes place in _submit.
search_form_validate() is used solely to set the 'processed_keys' form
value for the basic search form. |
search_get_default_module_info |
core/modules/search/search.module |
Returns information about the default search module. |
search_get_info |
core/modules/search/search.module |
Returns information about available search modules. |
search_get_stats |
core/modules/search/search.module |
Gets stats for total and remaining items to be indexed. |
search_index |
core/modules/search/search.module |
Update the full-text search index for a particular item. |
search_index_split |
core/modules/search/search.module |
Simplifies and splits a string into tokens for indexing. |
search_invoke_preprocess |
core/modules/search/search.module |
Invokes hook_search_preprocess() in modules. |
search_is_active |
core/modules/search/search.module |
Determines access for the ?q=search path. |
search_menu |
core/modules/search/search.module |
Implements hook_menu(). |
search_node_update |
core/modules/search/search.module |
Implements hook_node_update(). |
search_node_update_index |
core/modules/search/search.module |
Implements hook_node_update_index(). |
search_permission |
core/modules/search/search.module |
Implements hook_permission(). |
search_preprocess_block |
core/modules/search/search.module |
Implements hook_preprocess_block(). |
search_reindex |
core/modules/search/search.module |
Clears a part of or the entire search index. |