Version 1.25 (checked in on 2010/02/27 at 10:54:12 by dries)
Hooks provided by the Search module.
| Name | Description |
|---|---|
| hook_search_access | Define access to a custom search routine. |
| hook_search_admin | Add elements to the search settings form. |
| hook_search_execute | Execute a search for a set of key words. |
| hook_search_info | Define a custom search type. |
| hook_search_page | Override the rendering of search results. |
| hook_search_preprocess | Preprocess text for search. |
| hook_search_reset | Take action when the search index is going to be rebuilt. |
| hook_search_status | Report the status of indexing. |
| hook_update_index | Update the search index for this module. |