Revert "Bug #1044721: QP handles explicit group+joiner badly"
authorLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 7 Sep 2012 15:42:12 +0000 (11:42 -0400)
committerLebbeous Fogle-Weekley <lebbeous@esilibrary.com>
Fri, 7 Sep 2012 16:08:32 +0000 (12:08 -0400)
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 <lebbeous@esilibrary.com>
Signed-off-by: Dan Scott <dscott@laurentian.ca>

Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm

index 173e194..7ef3dea 100644 (file)
@@ -58,7 +58,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};