[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.04-88-g3d21e7b578

Git repo owner gitmaster at git.koha-community.org
Tue Oct 20 22:28:14 CEST 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, 20.05.x has been updated
       via  3d21e7b578f046c51a4d50775500058744be5530 (commit)
       via  a36a205dd03c67cdd4c87e22ecf90c46fedcfb3b (commit)
      from  bbfa9c3a9a9ae59eae50a3d97287772389edf6ce (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 3d21e7b578f046c51a4d50775500058744be5530
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Sep 28 15:29:51 2020 +0000

    Bug 25957: Don't push blank field values to ES document
    
    To test:
     1 - Load the sample DB or edit a record (using advanced cataloging editor) to have a blank subfield in a field that is indexed as suggestible
     2 - For example 'author' / 100a
         100 _ _ ‡a
     3 - Index that record into Elasticsearch 5.X:
         perl misc/search_tools/rebuild_elasticsearch.pl  -v -bn 115 -b -d
     4 - Note error 'value must have length > 0'
     5 - Edit mappings to set author 100a not suggestible
     6 - perl misc/search_tools/rebuild_elasticsearch.pl  -v -bn 115 -b -d
     7 - Success
     8 - Set field to suggestible again
     9 - Apply patch
    10 - perl misc/search_tools/rebuild_elasticsearch.pl  -v -bn 115 -b -d
    11 - Success!
    
    Signed-off-by: Bob Bennhoff <bbennhoff at clicweb.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit eb3d0982ae8f22fe5354fae93dc4ea13c4f07ce3)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit a36a205dd03c67cdd4c87e22ecf90c46fedcfb3b
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jul 8 17:29:45 2020 +0000

    Bug 25957: Unit test
    
    Signed-off-by: Bob Bennhoff <bbennhoff at clicweb.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 6cfdd793549d86f9d607c63fceafb64290981204)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch.pm               |  4 +++-
 t/db_dependent/Koha/SearchEngine/Elasticsearch.t | 17 ++++++++++++++++-
 2 files changed, 19 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list