Example of Elasticsearch Pass-Through query #12341
-
Hi, I am confused on what to pass as the query DSL Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Update: Found the answer, I had an extra colon earlier which was causing empty results Example: Standard DSL Query
Convert above query (just the query part and not GET my_index/_search ) into Base32 using any web or code tool (easily available) Converted BASE32 string
Use in Query
|
Beta Was this translation helpful? Give feedback.
-
I suppose #12324 will make these things a lot easier. |
Beta Was this translation helpful? Give feedback.
Update: Found the answer, I had an extra colon earlier which was causing empty results
Example: Standard DSL Query
Convert above query (just the query part and not GET my_index/_search ) into Base32 using any web or code tool (easily available)
Converted BASE32 string
Use in Query