[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.10-11-gb77ba49

Git repo owner gitmaster at git.koha-community.org
Thu Oct 17 21:27:41 CEST 2019


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 "main Koha release repository".

The branch, 18.11.x has been updated
       via  b77ba4981c4e97cddae574d8f2d336e50598e6bf (commit)
       via  d161374e01e147a91e4694ab5876dfb59c6aa399 (commit)
      from  2bfa5ae6a45ecbe6744ffcb38b4856df51ecfe65 (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 b77ba4981c4e97cddae574d8f2d336e50598e6bf
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Thu Aug 8 08:51:14 2019 +0200

    Bug 23004: Unit test
    
    Run prove t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit b26c2a18630538ee515f8e383293efd2c2928c70)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit c67f4ce30a6c5aaeb850f77572be9fe052717cde)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit d161374e01e147a91e4694ab5876dfb59c6aa399
Author: Fridolin Somers <fridolin.somers at biblibre.com>
Date:   Wed May 29 08:15:08 2019 +0200

    Bug 23004: Missing authtype filter in auth_finder.pl
    
    In cataloguing, the use of tag editor opens authorities finder with a limit on specific authorities type.
    This limit is missing with Elasticsearch.
    
    This patch adds in query a "filter" on "term" which is the most performant way because there must be no ranking computed on this part.
    
    Test plan :
    1) Use Elasticsearch
    2) Create an autority of type author (NP in UNIMARC) with heading "Tolkien"
    3) Create an autority of type subject-author (SAUT in UNIMARC) with heading "Tolkien"
    4) Create a biblio record
    5) Use tag editor on a author field (700 in UNIMARC)
    6) Seach for "Tolkien" in $a
    without patch : you see the 2 authorities in results
    with patch : you see only the correct authority in results (NP in UNIMARC)
    7) Check search in authorities-home.pl is still OK
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 949e36c7b8a11cd185025a4c9e102f0e26205009)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit 1d8b1fafc4dbdc54108dbe2ff949d612cde6b99e)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm              |    3 +++
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t           |   10 +++++++++-
 2 files changed, 12 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list