Index: modules/search/search.module =================================================================== RCS file: /cvs/drupal/drupal/modules/search/search.module,v retrieving revision 1.320 diff -u -r1.320 search.module --- modules/search/search.module 18 Oct 2009 01:53:26 -0000 1.320 +++ modules/search/search.module 19 Oct 2009 15:21:00 -0000 @@ -829,8 +829,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_execute() to perform the search. * - Implement hook_update_index(). This allows your module to use Drupal's * HTML indexing mechanism for searching full text efficiently. *