Is there a way to create a query that retrieves all documents without a value, whether it be null
or ''
?
Within my table are three documents, each containing a field called a
.
https://i.sstatic.net/FGV0Z.png
During an IN query, the document with the null
value is not being returned. Is this the intended behavior? How can I ensure that null
values are also included in the results?