You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding a test such as the following, fails when a filter contains an OR expression with one of its operands being compared to a none-existing value, e.g.,
Slightly modifying an existing test named op_object_or_default in op.rs:
Adding a test such as the following, fails when a filter contains an
OR
expression with one of its operands being compared to a none-existing value, e.g.,Slightly modifying an existing test named
op_object_or_default
in op.rs:The selected result is empty, while it should be equal to the target json.
When removing the right operand
|| @.id == 4
it succeeds(with filter
"$.friends[?(@.id >= 2)]"
)The text was updated successfully, but these errors were encountered: