[koha-commits] main Koha release repository branch 19.05.x updated. v19.05.05-1-30-g1044eb1

Git repo owner gitmaster at git.koha-community.org
Wed Dec 18 00:12:45 CET 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, 19.05.x has been updated
       via  1044eb1f30042a6b869455f1107cfb7cbc9c6e4a (commit)
       via  8c175ec3e4cd330a4cb59d3cbeebb14ba366dcaa (commit)
      from  aabac0804d9c2d96c82663c01f06b5dc9ffceaac (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 1044eb1f30042a6b869455f1107cfb7cbc9c6e4a
Author: Nick <nick at bywatersolutions.com>
Date:   Thu Oct 10 16:06:08 2019 +0000

    Bug 23089: Fix sorting on sum and regular fields
    
    As of bug 20589 we no longer analyze sort fields and so we no longer need to append ".phrase"
    to our sort in searches.
    
    Additionally, sort fields based on 'sum' should also use sum in building the value to sort on
    
    To test:
    0 - Be using ES
    1 - Find the most circulated item in your collection
    2 - Search for '*'
    3 - Sort by popularity DESC
    4 - Note that item is not first
    5 - Try to sort by anything but relevancy, it fails
    6 - Apply patch
    7 - Redo searches and sorts
    8 - Things should now work as expected
    
    Signed-off-by: Ere Maijala <ere.maijala at helsinki.fi>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit 6a2ba8b6b23f482dcf8bbe53668d93519a11edf5)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

commit 8c175ec3e4cd330a4cb59d3cbeebb14ba366dcaa
Author: Ere Maijala <ere.maijala at helsinki.fi>
Date:   Thu Oct 24 13:35:52 2019 +0300

    Bug 23089: Fix QueryBuilder tests.
    
    Signed-off-by: Nick Clemens <nick at bywatersolutions.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit cce9d03bf911a2279a62e742f48fbe56be91e021)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch.pm                            |    1 +
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm               |    5 +----
 admin/searchengine/elasticsearch/field_config.yaml            |    9 +++------
 t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t |    4 ++--
 4 files changed, 7 insertions(+), 12 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list