[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.09-3-gbb9dd99

Git repo owner gitmaster at git.koha-community.org
Tue Sep 3 22:17:22 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  bb9dd99b278974bf7ca07cd00070cce5266942d6 (commit)
       via  bc698818938fc2ed98c86fa224b47aa90ac1e055 (commit)
       via  22585ec127f090975d7a0e2b15f426e73a6bc32e (commit)
      from  05b8f0bfb68f52ed1192c11fe8fc59a43122509a (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 bb9dd99b278974bf7ca07cd00070cce5266942d6
Author: Lucas Gass <lucas at bywatersolutions.com>
Date:   Sat Aug 31 03:47:42 2019 +0000

    Bug 22524: DBRev 18.11.09.001
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit bc698818938fc2ed98c86fa224b47aa90ac1e055
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Mon Apr 29 11:03:22 2019 +0300

    Bug 22524: Fix date/time-last-modified search with Elasticsearch
    
    Avoid using slash in the field name since it would need to be escaped. Fix conversion of dtlm and any existing mapping.
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 5d27fb71cbd91fdf196b6568a590f2eef54d7cd1)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit ab0de52ab286dfd2e8585432907d5bf2c36df944)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 22585ec127f090975d7a0e2b15f426e73a6bc32e
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Tue Apr 16 16:26:40 2019 +0300

    Bug 22524: Fix publication date and year search with Elasticsearch
    
    Also fixes the mappings.yaml to use correct field name (left over issue from bug 19575), so reset mappings and reindex before testing.
    
    Test plan:
    1. Reset mappings and reindex biblios.
    2. Check that tests in t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t pass.
    3. Try that all of the following year range type work in publication date search and year limit in advanced search:
    yyyy
    yyyy-yyyy
    -yyyy
    yyyy-
    
    Signed-off-by: Liz Rea <wizzyrea at gmail.com>
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 2293e6597c69d55ce5916b7a31029f13d65d4fea)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit d21a1fb964d26192977bb0ba5145906b8a1a31cb)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm    |   14 ++++++--
 admin/searchengine/elasticsearch/mappings.yaml     |    4 +--
 installer/data/mysql/updatedatabase.pl             |   10 ++++++
 .../Koha/SearchEngine/Elasticsearch/QueryBuilder.t |   38 +++++++++++++++++++-
 4 files changed, 60 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list