[koha-commits] main Koha release repository branch master updated. v16.05.00-1427-gd91e759

Git repo owner gitmaster at git.koha-community.org
Tue Nov 22 12:37:29 CET 2016


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, master has been updated
       via  d91e75919a234ffeae27acf164055db69aa714ab (commit)
      from  d9be9950b3d59f43d997ca9ead5860fba0274fe0 (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 d91e75919a234ffeae27acf164055db69aa714ab
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Mon Aug 15 18:12:44 2016 +0000

    Bug 17132 - Availability search broken when using Elastic
    
    Elastic appears to be indexing onloan as a string, but our code assumes
    it is a boolean.
    
    Test Plan:
    1) Ensure you are set up using Elastic as your search engine
    2) Search only for available items from the advanced search
    3) Note you get no results
    4) Apply this patch
    5) Re-run the search
    6) You should now get results!
    
    Signed-off-by: Jennifer Schmidt <jschmidt at switchinc.org>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 Koha/SearchEngine/Elasticsearch/QueryBuilder.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list