skip to Main Content

MongoDB match with $all ignore order of given items

I have the following structure in the database: { "_id": ObjectId("6464acb09947e03e45b78b61"), "ProjectId": "64635ac02286d48c0c0d5907", "LabelValues": { "62d12558d75c134f54911490": "Nicht zuzuordnen", "62d12546d75c134f5491148f": "Nicht zuzuordnen" }, "KnowledgeItemId": ObjectId("6464acaf9947e03e45b78b60") } I want to write a query, that gets this element if I pass the two…

VIEW QUESTION
Back To Top
Search