Get all objects where a property matches a value nested in array
问题 I have the following data table: { "_id" : ObjectId("value"), "owner" : "testuser", "date" : ISODate("2017-03-16T12:45:03.386Z"), "location" : "thuis", "venue" : "bijna thuis", "description" : "fghgfh", "completed" : false, "winnerName" : null, "subscriptions" : [], "interactions" : [ { "_id" : ObjectId("objectid"), "owner" : "testuser", "type" : "guess", "date" : ISODate("2017-03-06T12:13:10.049Z"), "answer" : false, "message" : "test 1" }, { "_id" : ObjectId("objectid"), "owner" : "testuser