[koha-commits] main Koha release repository branch 20.05.x updated. v20.05.01-80-gecdefe969e

Git repo owner gitmaster at git.koha-community.org
Tue Jul 21 17:44:53 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  ecdefe969e76c0819e8386f8af539f79528a44b3 (commit)
       via  b2504f1a2fb9b9d44f743ad981794d3365c89951 (commit)
      from  9baea3acebe383f80c75e62b0ae5ac61330dcc3c (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 ecdefe969e76c0819e8386f8af539f79528a44b3
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jun 24 12:20:03 2020 +0000

    Bug 25864: Lower case fields for searching
    
    To recreate:
     1 - Have Koha using ES5 and Elasticsearch as search engine
     2 - Enable DumpTemplateVarsIntranet and DumpSearchQueryTemplate
     3 - Do a search in authorities using 'Search entire record' (abduction if using sample db)
     4 - Note no results
     5 - View the page source and find 'search_query'
     6 - Note the uppercased fields
     7 - curl 'es:9200/koha_kohadev_authorities/data/417?pretty'
     8 - Note all fields lower-cased
     9 - Apply patch
    10 - Repeat search
    11 - It works!
    
    Signed-off-by: Heather Hernandez <heather_hernandez at nps.gov>
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 2ab6018b6e14ae2153093db148f04f71405f4493)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit b2504f1a2fb9b9d44f743ad981794d3365c89951
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Wed Jun 24 12:22:48 2020 +0000

    Bug 25864: Unit test adjustment
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 579a3c11edf77d36488f352d88ae373cc4cbfa21)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list