[open-ils-commits] [GIT] Evergreen ILS branch rel_2_2 updated. b757adaa91825788a10ef302f37481b9d7bf6469
Evergreen Git
git at git.evergreen-ils.org
Fri Sep 7 12:11:48 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_2 has been updated
via b757adaa91825788a10ef302f37481b9d7bf6469 (commit)
from d4cc86cca92296e5af37312a8d4aee6e23b0c602 (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 b757adaa91825788a10ef302f37481b9d7bf6469
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 1b1cf32..8ed1812 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.
-----------------------------------------------------------------------
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