From b757adaa91825788a10ef302f37481b9d7bf6469 Mon Sep 17 00:00:00 2001 From: Lebbeous Fogle-Weekley Date: Fri, 7 Sep 2012 11:42:12 -0400 Subject: [PATCH] Revert "Bug #1044721: QP handles explicit group+joiner badly" This reverts commit b77bb9943009b81042b4ef1a6ac33ec9e3e96dd7. Unfortunately this had side effects that escaped our manual testing processes. Especially with facets as reported by Ben Shum. Signed-off-by: Lebbeous Fogle-Weekley Signed-off-by: Dan Scott --- Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm index 1b1cf320b3..8ed18125c3 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm @@ -52,7 +52,6 @@ sub _prepare_biblio_search { my ($cgi, $ctx) = @_; my $query = _prepare_biblio_search_basics($cgi) || ''; - $query = "($query)"; foreach ($cgi->param('modifier')) { # The unless bit is to avoid stacking modifiers. -- 2.11.0