=== modified file 'modules/search/search.pages.inc'
--- modules/search/search.pages.inc	2009-05-25 11:00:13 +0000
+++ modules/search/search.pages.inc	2009-06-25 20:23:17 +0000
@@ -13,7 +13,7 @@
   // Search form submits with POST but redirects to GET. This way we can keep
   // the search query URL clean as a whistle:
   // search/type/keyword+keyword
-  if (!isset($_POST['form_id'])) {
+  if (!isset($_POST['keys'])) {
     if ($type == '') {
       // Note: search/node can not be a default tab because it would take on the
       // path of its parent (search). It would prevent remembering keywords when

