[open-ils-commits] [GIT] Evergreen ILS branch rel_2_3 updated. 3410af32019b97b92994ec1b34d0bfa45df7bffd

Evergreen Git git at git.evergreen-ils.org
Fri Sep 7 12:11:34 EDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Evergreen ILS".

The branch, rel_2_3 has been updated
       via  3410af32019b97b92994ec1b34d0bfa45df7bffd (commit)
      from  b71ae38b20b0d4bc9a6ee8f8a84b2a5a68f44997 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 3410af32019b97b92994ec1b34d0bfa45df7bffd
Author: Lebbeous Fogle-Weekley <lebbeous at esilibrary.com>
Date:   Fri Sep 7 11:42:12 2012 -0400

    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 <lebbeous at esilibrary.com>
    Signed-off-by: Dan Scott <dscott at laurentian.ca>

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 173e194..7ef3dea 100644
--- a/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
+++ b/Open-ILS/src/perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm
@@ -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};
 

-----------------------------------------------------------------------

Summary of changes:
 .../perlmods/lib/OpenILS/WWW/EGCatLoader/Search.pm |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list