accounts: [{
accountId: {
type: Schema.Types.ObjectId,
required: true,
},
clusterId: {
type: Schema.Types.Mixed,
required: true,
},
}],
как в find найти документы для который {accountId, clusterId} есть в этом массиве?
https://docs.mongodb.com/manual/reference/operator/query/in
кароче, то что мне нужно было, вдруг кому то пригодиться) https://docs.mongodb.com/manual/reference/operator/query/elemMatch/
Обсуждают сегодня