? forms_in_search.patch
Index: apachesolr_search.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/apachesolr/apachesolr_search.module,v
retrieving revision 1.11
diff -u -p -r1.11 apachesolr_search.module
--- apachesolr_search.module	29 Jun 2009 23:23:08 -0000	1.11
+++ apachesolr_search.module	26 Oct 2009 10:00:40 -0000
@@ -139,7 +139,7 @@ function apachesolr_search_search($op = 
 function apachesolr_search_view($type = NULL) {
   // Search form submits with POST but redirects to GET.
   $results = '';
-  if (!isset($_POST['form_id'])) {
+  if (!isset($_POST['keys'])) {
     if (empty($type)) {
       // Note: search/X can not be a default tab because it would take on the
       // path of its parent (search). It would prevent remembering keywords when
