[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.08-1-g444a9b435d

Git repo owner gitmaster at git.koha-community.org
Wed Mar 4 23:34:58 CET 2020


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, 19.05.x has been updated
       via  444a9b435d5ac571ff4147382594369f20bee479 (commit)
      from  4b6a201074135f6c964f408bdef1c4a6a1d7c685 (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 444a9b435d5ac571ff4147382594369f20bee479
Author: Nick <nick at bywatersolutions.com>
Date:   Wed Oct 2 11:17:13 2019 +0000

    Bug 23719: [19.05.x] Allow searching specific fields for matching authorities in ES
    
    To test:
    1 - Export your authorities via Tools->Export data
    2 - Define a record matching rule in Admin->Record matchign rules
        Use index: LC-card-number
        field: 010$a
    3 - Stage the exported records for import and use the rule created above for matching
    4 - The process does not complete
    5 - Check intranet error logs - exception on unknown marclist
    6 - Apply patch
    7 - Repeat
    8 - Success!
    9 - prove -v t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t
    
    Signed-off-by: Andrew Fuerste-Henry <andrew at bywatersolutions.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Bug 23719: (follow-up) Add warn when passed invalid search field in marclist
    
    Note: I also remove warnings for undefined operation in this patch, is a trivial fix
    
    To test:
    prove -v t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    | 14 ++++---
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t | 46 +++++++++++++++++-----
 2 files changed, 46 insertions(+), 14 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list