elastigo icon indicating copy to clipboard operation
elastigo copied to clipboard

[question] How to build "query.filtered.query.bool.should [ ]"

Open otiai10 opened this issue 9 years ago • 0 comments

Thanks for the great library!! It helps me always. I hava a question.

How to build a query like below.

{
  "query":{
    "filtered":{
      "query":{
        "should":[
          {...},
          {...}
        ]
      }
    }
  }
}

Thanks in advance

otiai10 avatar May 26 '15 10:05 otiai10