Index: modules/search.module =================================================================== RCS file: /cvs/drupal/drupal/modules/search.module,v retrieving revision 1.176 diff -u -p -r1.176 search.module --- modules/search.module 17 Apr 2006 16:06:00 -0000 1.176 +++ modules/search.module 23 Apr 2006 05:59:39 -0000 @@ -891,7 +891,7 @@ function search_view() { // 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['edit']['keys'])) { + if (!isset($_POST['edit']['form_id']) && $_POST['edit']['form_id'] != 'search_form') { 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