| do_search | files/drupal-6.7/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| do_search | files/drupal-6.7/modules/search/search.module | Do a query on the full-text search index for a word or words. |
| hook_search | files/contributions/docs/developer/hooks/core.php | Define a custom search routine. |
| hook_search | files/contributions/docs/developer/hooks/core.php | Define a custom search routine. |
| hook_update_index | files/contributions/docs/developer/hooks/core.php | Update Drupal's full-text index for this module. |
| hook_update_index | files/contributions/docs/developer/hooks/core.php | Update Drupal's full-text index for this module. |
| search_box | files/drupal-6.7/modules/search/search.module | Form builder; Output a search form for the search block and the theme's search box.
See alsosearch_box_form_submit() |
| search_box | files/drupal-6.7/modules/search/search.module | Form builder; Output a search form for the search block and the theme's search box.
See alsosearch_box_form_submit() |
| search_box_form_submit | files/drupal-6.7/modules/search/search.module | Process a block search form submission. |
| search_box_form_submit | files/drupal-6.7/modules/search/search.module | Process a block search form submission. |
| search_data | files/drupal-6.7/modules/search/search.module | Perform a standard search on the given keys, and return the formatted results. |
| search_data | files/drupal-6.7/modules/search/search.module | Perform a standard search on the given keys, and return the formatted results. |
| search_excerpt | files/drupal-6.7/modules/search/search.module | Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
| search_excerpt | files/drupal-6.7/modules/search/search.module | Returns snippets from a piece of text, with certain keywords highlighted.
Used for formatting search results. |
| search_form | files/drupal-6.7/modules/search/search.module | Render a search form. |
| search_form | files/drupal-6.7/modules/search/search.module | Render a search form. |
| search_index | files/drupal-6.7/modules/search/search.module | Update the full-text search index for a particular item. |
| search_index | files/drupal-6.7/modules/search/search.module | Update the full-text search index for a particular item. |
| template_preprocess_search_block_form | files/drupal-6.7/modules/search/search.module | Process variables for search-block-form.tpl.php. |
| template_preprocess_search_block_form | files/drupal-6.7/modules/search/search.module | Process variables for search-block-form.tpl.php. |
| template_preprocess_search_theme_form | files/drupal-6.7/modules/search/search.module | Process variables for search-theme-form.tpl.php. |
| template_preprocess_search_theme_form | files/drupal-6.7/modules/search/search.module | Process variables for search-theme-form.tpl.php. |