Bạn có thể thử truy vấn cập nhật bên dưới trong phiên bản 3.6.
Invoice.update(
{},
{"$pull":{"attachment.$[].files":{_id:ObjectId("5b7969ac8fb15f3e5c8e844e")}}},
{"multi": true}, function (err, result) {console.log(result);
});
Sử dụng db.adminCommand( { setFeatureCompatibilityVersion: 3.6 or 4.0 depending on your version } )
nếu bạn đang nâng cấp từ phiên bản cũ.