in my 'rooms' collections, each document has the fields like the following, { "createdAt" : 2020.6.4 12:00, "titleArray" : ["icecream", "summer"] }
And I want to query to check if a collection contains a document with ["icecream", "summer"] as "titleArray" field, I couldn't find a way to query by an array field itself. In other words, is there a way to passing in an array directly?