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