Details
-
Task
-
Resolution: Done
-
Major - P3
-
None
-
None
Description
e.g.
.update({_id: 1}, {$pull: { "array1": {$in: ["v1", "v2"]}, "array2": "v3" }})
|
Attachments
Issue Links
- related to
-
SERVER-19303 $pull is pulling only in last occurence of query,db.getCollection('sid').update({_id:1},{$pull:{array1:"sid"},$pull:{array2:"kp"}})
-
- Closed
-