Replies: 1 comment 1 reply
|
@rs-unsilo What are you intending to do with the |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi list
We are using the customQuery function in the DataSearch component. It seems the query you supply is wrapped in a lot of layers. Is it possible to avoid this?
"query": { "bool": { "must": [ { "bool": { "must": [ { >>>> Custom query here <<<<<< } ] } } ] } },All reactions