[Koha-bugs] [Bug 21146] New: Elasticsearch 5.6+ doesn't consider '0' a valid boolean

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Aug 2 12:14:34 CEST 2018


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21146

            Bug ID: 21146
           Summary: Elasticsearch 5.6+ doesn't consider '0' a valid
                    boolean
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P5 - low
         Component: Searching - Elasticsearch
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: tomascohen at gmail.com

To reproduce:
- Set SearchEngine=Zebra
- Run:
  $ kshell
 k$ prove prove t/db_dependent/Circulation/Returns.t
=> SUCCESS: Tests pass!
- Set SearchEngine=Elasticsearch
- Run:
 k$ prove prove t/db_dependent/Circulation/Returns.t
=> FAIL: Things explode because '0' is not a valid boolean for Elasticsearch
(legacy fallback in past versions).

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.


More information about the Koha-bugs mailing list