Search for search
- Search 9.5.x for search
- Search 8.9.x for search
- Search 10.3.x for search
- Search 11.x for search
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
search_data | function | modules/ |
Performs a search by calling hook_search_execute(). |
search_dirty | function | modules/ |
Marks a word as "dirty" (changed), or retrieves the list of dirty words. |
search_embedded_form.info | file | modules/ |
name = "Search embedded form" description = "Support module for search module testing of embedded forms." package = Testing version = VERSION core = 7.x hidden = TRUE |
search_embedded_form.module | file | modules/ |
Test module implementing a form that can be embedded in search results. |
search_embedded_form_form | function | modules/ |
Builds a form for embedding in search results for testing. |
search_embedded_form_form_submit | function | modules/ |
Submit handler for search_embedded_form_form(). |
search_embedded_form_menu | function | modules/ |
Implements hook_menu(). |
search_embedded_form_preprocess_search_result | function | modules/ |
Adds the test form to search results. |
search_excerpt | function | modules/ |
Returns snippets from a piece of text, with certain keywords highlighted. Used for formatting search results. |
search_expand_cjk | function | modules/ |
Splits CJK (Chinese, Japanese, Korean) text into tokens. |
search_expression_extract | function | modules/ |
Extracts a module-specific search option from a search expression. |
search_expression_insert | function | modules/ |
Adds a module-specific search option to a search expression. |
search_extra_type.info | file | modules/ |
name = "Test search type" description = "Support module for search module testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
search_extra_type.module | file | modules/ |
Dummy module implementing a search type for search module testing. |
search_extra_type_conditions | function | modules/ |
Test conditions callback for hook_search_info(). |
search_extra_type_search_execute | function | modules/ |
Implements hook_search_execute(). |
search_extra_type_search_info | function | modules/ |
Implements hook_search_info(). |
search_extra_type_search_page | function | modules/ |
Implements hook_search_page(). |
search_form | function | modules/ |
Builds a search form. |
search_forms | function | modules/ |
Implements hook_forms(). |
search_form_submit | function | modules/ |
Process a search form submission. |
search_form_validate | function | modules/ |
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 | function | modules/ |
Returns information about the default search module. |
search_get_info | function | modules/ |
Returns information about available search modules. |
search_help | function | modules/ |
Implements hook_help(). |
search_index | function | modules/ |
Update the full-text search index for a particular item. |
search_index_split | function | modules/ |
Simplifies and splits a string into tokens for indexing. |
search_invoke_preprocess | function | modules/ |
Invokes hook_search_preprocess() in modules. |
search_is_active | function | modules/ |
Determines access for the ?q=search path. |
search_menu | function | modules/ |
Implements hook_menu(). |
search_node_tags.info | file | modules/ |
name = "Test search node tags" description = "Support module for Node search tags testing." package = Testing version = VERSION core = 7.x hidden = TRUE |
search_node_tags.module | file | modules/ |
Dummy module implementing a node search hooks for search module testing. |
search_node_tags_query_alter | function | modules/ |
Implements hook_query_alter(). |
search_node_tags_query_search_node_alter | function | modules/ |
Implements hook_query_TAG_alter(). |
search_node_update | function | modules/ |
Implements hook_node_update(). |
search_node_update_index | function | modules/ |
Implements hook_node_update_index(). |
search_permission | function | modules/ |
Implements hook_permission(). |
search_reindex | function | modules/ |
Clears a part of or the entire search index. |
search_reindex_confirm | function | modules/ |
Menu callback: confirm wiping of the index. |
search_reindex_confirm_submit | function | modules/ |
Handler for wipe confirmation |
search_schema | function | modules/ |
Implements hook_schema(). |
search_simplify | function | modules/ |
Simplifies a string according to indexing rules. |
search_simplify_excerpt_match | function | modules/ |
Find words in the original text that matched via search_simplify(). |
search_theme | function | modules/ |
Implements hook_theme(). |
search_touch_node | function | modules/ |
Changes a node's changed timestamp to 'now' to force reindexing. |
SEARCH_TYPE | constant | modules/ |
@file Tests for search.module. |
SEARCH_TYPE_2 | constant | modules/ |
|
SEARCH_TYPE_JPN | constant | modules/ |
|
search_uninstall | function | modules/ |
Implements hook_uninstall(). |
search_update_7000 | function | modules/ |
Replace unique keys in 'search_dataset' and 'search_index' by primary keys. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.