Skip to content

[0.1.7] - 2023-01-2021

Latest
Compare
Choose a tag to compare
@benfalk benfalk released this 21 Jan 21:22
· 1 commit to master since this release
a3b9539

Fixed

  • Empty bool query building bug is fixed. When attempting to build
    a search if you apply an empty criteria set, such as an AllMatch
    it would generate a malformed query where the bool node had an
    empty filter. Now criterion are checked before being applied to a
    search to prevent this going forward.