[koha-commits] main Koha release repository branch 18.11.x updated. v18.11.08-75-g7231c34

Git repo owner gitmaster at git.koha-community.org
Wed Aug 28 17:01:34 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  7231c34c2f19c92a12dbb0c1215ece76f2343b86 (commit)
      from  1e2f5a6d3d417e95c224339c871edce3ff5d3701 (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 7231c34c2f19c92a12dbb0c1215ece76f2343b86
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Tue Jul 16 12:08:47 2019 +0000

    Bug 23322: Correct case for boolean in ES search
    
    I did not include tests only because this is a very small reasonable change and routine has no tests.
    It does not affect behaviour, it only touches syntax lightly.
    
    To test:
      0 - Set SearchEngine to ElasticSearch
      1 - Import the example record (a version is included in sample data in devbox/testing docker so you can skip)
      2 - Stage the attached example record
      3 - Match using 'ISBN' rule
      4 - No matches found
      5 - Apply patch
      6 - Restart all the things
      7 - Reapply matching with no rule
      8 - Reapply with ISBN matcing
      9 - It matches!
     10 - Set SearchEngine to Zebra
     11 - Reapply matching with no rule
     12 - Reapply with ISBN matching
     13 - Matching works as before in Zebra
    
    Signed-off-by: Ron Houk <rhouk at ottumwapubliclibrary.org>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    Signed-off-by: Martin Renvoize <martin.renvoize at ptfs-europe.com>
    (cherry picked from commit ce1b79d55d421d6d173d644ee7061ebb5b93919a)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>
    (cherry picked from commit d4596cee7a1dc2a2657ab27c9661fffe036db719)
    
    Signed-off-by: Lucas Gass <lucas at bywatersolutions.com>

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

Summary of changes:
 C4/Matcher.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list