How to update property in multiple objects in an array for one document in Meteor collection/minimongo?
问题 My question is almost a duplicate of this question. The difference is that I am using minimongo within the Meteor framework/platform. Given this document: { "_id" : ObjectId("4d2d8deff4e6c1d71fc29a07"), "user_id" : "714638ba-2e08-2168-2b99-00002f3d43c0", "events" : [ { "handled" : { "name": "Mike", "visible": false }, "profile" : 10, "data" : "....." } { "handled" : { "name": "Shaun", "visible": false }, "profile" : 10, "data" : "....." } { "handled" : { "name": "Glen", "visible": true },