Query DSL
For example, the following request performs a simple search to search for a field that has a value of .
Sample response
Sample request
The OpenSearch query DSL comes in three varieties: term-level queries, full-text queries, and boolean queries. You can even perform more complicated searches by using different elements from each variety to find whatever data you need.