Replies: 1 comment 2 replies
-
Hi @Andre3424 |
Beta Was this translation helpful? Give feedback.
2 replies
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.
-
Hi
We have in a collection a field which is sometimes filled and sometimes not, lets call it "MyField".
We want to filter as follows
a) Show all records where MyField is empty --> Could not find out how to do this
b) Show all records where MyField<>1. --> It does not return documents having MyField empty.
Is it not possible to apply these filters?
thanks!
Beta Was this translation helpful? Give feedback.
All reactions