Hi,
Im trying to query for a field which can be null, the query is for all document which it
s field is not null and the field value is equal for a given string.
e.g: field named parent can be null or can hold string with the parent name, the query needed is all the documents with parent value (not null - exists) and equal to a given parent name.
i tried to look in different places on how to do this, and cannot find something exactly like this.
Thanks,
Alon