Trình điều khiển node.js findOne
có chữ ký cuộc gọi khác với findOne
trong trình bao MongoDB. Bạn chuyển đối tượng chọn trường làm phép chiếu
phần tử của tùy chọn
tham số:
dbo.collection("users")
.findOne({"friends.email": email},
{projection: { friends: { $elemMatch: { email: email } } } },
function(errT, resultT) {...});