diff --git a/_opensearch/query-dsl/index.md b/_opensearch/query-dsl/index.md index 3d1b7de8..ac55e7ea 100644 --- a/_opensearch/query-dsl/index.md +++ b/_opensearch/query-dsl/index.md @@ -5,8 +5,11 @@ nav_order: 27 has_children: true redirect_from: - /opensearch/query-dsl/ + - /docs/opensearch/query-dsl/ --- +{%- comment -%}The `/docs/opensearch/query-dsl/` redirect is specifically to support the UI links in OpenSearch Dashboards 1.0.0.{%- endcomment -%} + # Query DSL While you can use HTTP request parameters to perform simple searches, you can also use the OpenSearch query domain-specific language (DSL), which provides a wider range of search options. The query DSL uses the HTTP request body, so you can more easily customize your queries to get the exact results that you want.