[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.11-17-g2b769cb

Git repo owner gitmaster at git.koha-community.org
Wed Dec 18 03:01:21 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, 18.11.x has been updated
       via  2b769cbc321ae5a1946b6add1840122afa0ce507 (commit)
      from  b94ca526b8b3a6a9685dbf49a898de65bfe0594a (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 2b769cbc321ae5a1946b6add1840122afa0ce507
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: Hayley Mapley <hayleymapley at catalyst.net.nz>

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

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list