[open-ils-commits] [GIT] Evergreen ILS branch master updated. b2a479c142a55e718654cace36f8d2ccc5676d79
Evergreen Git
git at git.evergreen-ils.org
Fri Sep 7 12:08:14 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, master has been updated
via b2a479c142a55e718654cace36f8d2ccc5676d79 (commit)
from b224b88b64c1133b5034f37074f3e629e91b00de (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 b2a479c142a55e718654cace36f8d2ccc5676d79
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 3f66f53..574e10e 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};
-----------------------------------------------------------------------
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