Hello, I cannot find anywhere example of that kind of query.
What I need to achieve is filter that kind of documents:
{
"id": "11097a6a-2f9c-4717-9b21-4d675727b879",
"options": [
"ONE", "TWO", "FOUR"
]
}
By providing array of options f.e. ["ONE", "TWO"]. I need document to contain all options from query. Cannot find anywhere how to do this. Any hint?