Index: modules/search/search.module =================================================================== RCS file: /cvs/drupal/drupal/modules/search/search.module,v retrieving revision 1.318 diff -u -r1.318 search.module --- modules/search/search.module 21 Sep 2009 06:44:14 -0000 1.318 +++ modules/search/search.module 5 Oct 2009 21:39:54 -0000 @@ -830,8 +830,9 @@ * by hook_view() and hook_node_view(). This is usually sufficient. You should * only use this mechanism if you want additional, non-visible data to be * indexed. - * - Implement hook_search(). This will create a search tab for your module on - * the /search page with a simple keyword search form. + * - Implement hook_search_info(). This will create a search tab for your module on + * the /search page with a simple keyword search form. You will also need to + * implement hook_search_excecute() to perform the search. * - Implement hook_update_index(). This allows your module to use Drupal's * HTML indexing mechanism for searching full text efficiently. *