elastigo
elastigo copied to clipboard
[question] How to build "query.filtered.query.bool.should [ ]"
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