-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Querying
-
Environment:1) CentOS 7
2) Mongo DB version: 3.0.5 + wiredTiger
3) C++ driver: legacy 1.0.1
-
Linux
-
Two documents, (one has the array sub-doc: app.qos, the other doesn't have the array doc. could get the document which does has the array sub-document by query with
{app.qos: $exist false}.
{
"_id" : "af16688e-b73c-480e-bfdb-1eef3de9453b",
"str_id" : "ad071684-d713-4979-8064-bd4c4efea945",
"app" : {
"end_time" : ISODate("2016-01-15T17:33:26.842Z"),
"qos" : [
]
}
}
{
"_id" : "af16688e-b73c-480e-bfdb-1eef3de9453b",
"str_id" : "ad071684-d713-4979-8064-bd4c4efea945",
"app" :
}