Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
None
-
*Location*: https://docs.mongodb.org/manual/reference/operator/query/eq/#op._S_eq
*User-Agent*: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36
*Referrer*: https://docs.mongodb.org/manual/reference/operator/query/
*Screen Resolution*: 1366 x 768
*repo*: docs
*source*: reference/operator/query/eq
*Location*: https://docs.mongodb.org/manual/reference/operator/query/eq/#op._S_eq *User-Agent*: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36 *Referrer*: https://docs.mongodb.org/manual/reference/operator/query/ *Screen Resolution*: 1366 x 768 *repo*: docs *source*: reference/operator/query/eq
-
0.25
Description
this record does not exist
{ _id: 5, item:
, qty: 20, tags: [ [ "A", "B" ], "C" ] }
Example Data:
{ _id: 1, item:
{ name: "ab", code: "123" }, qty: 15, tags: [ "A", "B", "C" ] }
{ _id: 2, item:
, qty: 20, tags: [ "B" ] }
{ _id: 3, item:
, qty: 25, tags: [ "A", "B" ] }
{ _id: 4, item:
, qty: 30, tags: [ "B", "A" ] }