Introducing NULL
and EMPTY
operators
#603
Closed
gmourier
started this conversation in
Feedback & Feature Proposal
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We introduced the
EXISTS
operator with v0.29.EXISTS
checks for the existence of a field. Fields with empty or null values still count as existing. The expression release_dateNOT EXISTS
returns all documents without a release_dateAdding a granular way to filter documents by field having
null
value or being considered empty e.g""
,[]
or{}
could be useful especially for documents management when it will be possible to delete documents by a filter expression.Related to #539, #89 and #325
Edit: closed in favor of #539
Beta Was this translation helpful? Give feedback.
All reactions