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
Currently querying in Redical is super basic, it only allows positive conditions (to eq x and/or y). It would benefit from negative conditions too (not to eq x and/or y).
This needs to be reflected in the following places:
Currently querying in Redical is super basic, it only allows positive conditions (to eq
x
and/ory
). It would benefit from negative conditions too (not to eqx
and/ory
).This needs to be reflected in the following places:
Plus add this into various unit and integration tests.
The text was updated successfully, but these errors were encountered: