Nested array contain many problem

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?

Have you looked at the terms set query?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.