[koha-commits] main Koha release repository branch 19.11.x updated. v19.11.08-74-g0c736919a7

Git repo owner gitmaster at git.koha-community.org
Tue Aug 18 04:16:27 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  0c736919a7603ecdce511cb9d3f33a02f2c1a7f5 (commit)
       via  2cd1258b2818ac70a70b7b23750240cd0ed85515 (commit)
      from  e57aa461fee9965df9f2ac42a781ac580e30333a (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 0c736919a7603ecdce511cb9d3f33a02f2c1a7f5
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 26 13:19:47 2020 +0000

    Bug 25882: Remove phr indicator from limits when processing
    
    We assume all limits from advanced search to be a phrase and quote them
    when doing this we should remove the phrase marker to avoid doulbe quoting
    
    To test:
     1 - Have koha using ES
     2 - Go to advanced search
     3 - Limit by a single itemtype that exists
     4 - Get some results
     5 - Limit by a different itemtype that exists
     6 - Get some results
     7 - Limit by both itemtypes
     8 - Get only the results for the second itemtype
     9 - Enable DumpTemplateVarsIntranet and DumpSearchQueryTemplate
    10 - Repeat search
    11 - View page source and find 'search_query'
    12 - See limit looks like itype:("("BK")" OR "("CR")")
    13 - Apply patches
    14 - Restart all the things
    15 - Repeat search for both itemtypes
    16 - Note results now include both types
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit a2b2426de842ac86048cbf71e3760b6483fc0b3c)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit 455acf686d7e74aa5582bc700e856935e852573a)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

commit 2cd1258b2818ac70a70b7b23750240cd0ed85515
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Fri Jun 26 13:19:32 2020 +0000

    Bug 25882: Unit test
    
    Signed-off-by: Alex Arnaud <alex.arnaud at biblibre.com>
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    (cherry picked from commit 1a2d7f1eacc0722ea0723577823ee6a477a46b0a)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>
    (cherry picked from commit dbc7f861d4695a8538602b01d0e9402dff01ff02)
    
    Signed-off-by: Aleisha Amohia <aleishaamohia at hotmail.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm               | 1 +
 t/db_dependent/Koha/SearchEngine/Elasticsearch/QueryBuilder.t | 9 ++++++++-
 2 files changed, 9 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list