Couple reports of hook_search has been separated out into several other hooks from Coder:
http://drupal.org/node/224333#search-api

I didn't deal with this. I was just trying to propose a solution to:

Notice: Undefined index: module in custom_search_form_alter() (line 103 of /DRUPAL7/sites/all/contrib/custom_search/custom_search.module).

CommentFileSizeAuthor
custom_search-minor-changes.patch1.21 KBmgifford
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jdanthinne’s picture

Status: Needs review » Closed (duplicate)
mgifford’s picture

Great to see the notices fixed.

I did a quick compare and the Coder review also would have wanted:

+/**
+ * @file
+ * Search forms
+ */

I haven't see if this has made it's way into the the repo.

jdanthinne’s picture

mgifford’s picture

Thanks..