esquery icon indicating copy to clipboard operation
esquery copied to clipboard

Could Support bool.filter Query?

Open Xwudao opened this issue 3 years ago • 0 comments

such as:

{
  "query": {
    "bool": {
      "filter": [
        {
          "nested": {
            "path": "path_to_nested_doc",
            "query": {}
          }
        }
      ]
    }
  }
}

Xwudao avatar Nov 12 '21 08:11 Xwudao