search.pages.inc
Version 1.12 (checked in on 2009/10/09 at 01:00:03 by dries)
User page callbacks for the search module.
Functions
| Name | Description |
|---|---|
| search_form_submit | Process a search form submission. |
| search_form_validate | 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_view | Menu callback; presents the search form and/or search results. |
| template_preprocess_search_result | Process variables for search-result.tpl.php. |
| template_preprocess_search_results | Process variables for search-results.tpl.php. |
| theme_search_results_listing | Theme the listing of search results |
