[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.07-45-g8a66977e1e

Git repo owner gitmaster at git.koha-community.org
Wed Jul 22 02:33:15 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, 19.11.x has been updated
       via  8a66977e1ebe53fdbcc21abeb578f425c4e7bbd8 (commit)
       via  ffa92350a098dbde373430eaae1bf3b6fc3f423e (commit)
      from  54c6ae736ddd1843c6bf71563e7b6af33a152ee6 (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 8a66977e1ebe53fdbcc21abeb578f425c4e7bbd8
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>
    (cherry picked from commit ecdefe969e76c0819e8386f8af539f79528a44b3)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit ffa92350a098dbde373430eaae1bf3b6fc3f423e
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>
    (cherry picked from commit b2504f1a2fb9b9d44f743ad981794d3365c89951)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.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