currently if there is a document which has a field set to null as below,
{
"fieldPath":null
}
to find the document by specifying a condition,
one has to use QueryCondition.typeOf("fieldPath", Value.Type.NULL) which is not intuitive.
Please add QueryCondition.isNull("fieldPath")
currently if there is a document which has a field set to null as below,
{
"fieldPath":null
}
to find the document by specifying a condition,
one has to use QueryCondition.typeOf("fieldPath", Value.Type.NULL) which is not intuitive.
Please add QueryCondition.isNull("fieldPath")