From: Lebbeous Fogle-Weekley Date: Fri, 7 Sep 2012 15:42:12 +0000 (-0400) Subject: Revert "Bug #1044721: QP handles explicit group+joiner badly" X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=d2aa8157b697cb90881e86abd40de31dcdc444de;p=working%2FEvergreen.git 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 --- 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 3f66f53ab1..574e10eb3c 100644 --- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm +++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm @@ -63,7 +63,6 @@ sub _prepare_biblio_search { my ($cgi, $ctx) = @_; my $query = _prepare_biblio_search_basics($cgi) || ''; - $query = "($query)"; $query .= ' ' . $ctx->{global_search_filter} if $ctx->{global_search_filter};