[open-ils-commits] [GIT] Evergreen ILS branch master updated. 215413b50c42b05192fd266495dd7dce6654c642

Evergreen Git git at git.evergreen-ils.org
Fri May 25 16:25:33 EDT 2018


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  215413b50c42b05192fd266495dd7dce6654c642 (commit)
       via  75cd66e605e65d7e297aa30d9f5250004e5d4ee1 (commit)
      from  ebdbe4a01eca4edb9752eb312756ac9f6001b431 (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 215413b50c42b05192fd266495dd7dce6654c642
Author: Kathy Lussier <klussier at masslnc.org>
Date:   Fri May 25 16:23:05 2018 -0400

    Docs: Add release notes entry for lp1766379
    
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/docs/RELEASE_NOTES_3_1.adoc b/docs/RELEASE_NOTES_3_1.adoc
index 1c93fc7..25ed968 100644
--- a/docs/RELEASE_NOTES_3_1.adoc
+++ b/docs/RELEASE_NOTES_3_1.adoc
@@ -116,7 +116,7 @@ search results.
 * The cast field in the catalog is now taken from the 511 field
 when first indicator = 1, rather than the 508.
 * Fixes a display issue caused by editing holds.
-
+* Repairs broken author search links on the catalog record page.
 
 Serials
 ^^^^^^^

commit 75cd66e605e65d7e297aa30d9f5250004e5d4ee1
Author: Jeff Davis <jdavis at sitka.bclibraries.ca>
Date:   Wed May 16 11:31:43 2018 -0700

    LP#1766379: add spaces between terms in author link to prevent a broken search query
    
    Signed-off-by: Jeff Davis <jdavis at sitka.bclibraries.ca>
    Signed-off-by: Garry Collum <gcollum at gmail.com>
    Signed-off-by: Kathy Lussier <klussier at masslnc.org>

diff --git a/Open-ILS/src/templates/opac/parts/record/authors.tt2 b/Open-ILS/src/templates/opac/parts/record/authors.tt2
index 0af62bb..25dac9a 100644
--- a/Open-ILS/src/templates/opac/parts/record/authors.tt2
+++ b/Open-ILS/src/templates/opac/parts/record/authors.tt2
@@ -97,7 +97,7 @@ BLOCK build_author_links;
                     END;
                     indexed_term = 1;
                     sf_raw = PROCESS normalize_qterm;
-                    qterm = qterm _ sf_raw;
+                    qterm = qterm _ ' ' _ sf_raw;
                 END;
             ELSIF tag.substr(1,2) == '10';
                 IF code.match('[abcdn]');

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

Summary of changes:
 .../src/templates/opac/parts/record/authors.tt2    |    2 +-
 docs/RELEASE_NOTES_3_1.adoc                        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Evergreen ILS


More information about the open-ils-commits mailing list