diff --git a/_dashboards/index.md b/_dashboards/index.md index df5a951619..8182ceff71 100644 --- a/_dashboards/index.md +++ b/_dashboards/index.md @@ -9,11 +9,9 @@ redirect_from: - /dashboards/ --- -{%- comment -%}The `/docs/opensearch-dashboards/` redirect is specifically to support the UI links in OpenSearch Dashboards 1.0.0.{%- endcomment -%} - # OpenSearch Dashboards -OpenSearch Dashboards is the default visualization tool for data in OpenSearch. It also serves as a user interface for many of the OpenSearch plugins, including security, alerting, Index State Management, SQL, and more. +OpenSearch Dashboards create visualizations that display the full picture of your data. OpenSearch Dashboards serves as a user interface for many of the OpenSearch plugins, including security, alerting, Index State Management, and SQL. ## Get started with OpenSearch Dashboards diff --git a/_opensearch/query-dsl/full-text.md b/_opensearch/query-dsl/full-text.md index ba0d0b1fd4..957140e1f9 100644 --- a/_opensearch/query-dsl/full-text.md +++ b/_opensearch/query-dsl/full-text.md @@ -52,7 +52,7 @@ curl --insecure -XGET -u 'admin:admin' https://://_search \ }' ``` -The query accepts the following options. For descriptions of each, see [Options](#options). +The query accepts the following options. For descriptions of each, see [Optional Query Fields](#optional-query-fields). ```json GET _search @@ -95,7 +95,7 @@ GET _search } ``` -The query accepts the following options. For descriptions of each, see [Options](#options). +The query accepts the following options. For descriptions of each, see [Optional Query Fields](#optional-query-fields). ```json GET _search @@ -137,7 +137,7 @@ GET _search } ``` -The query accepts the following options. For descriptions of each, see [Options](#options). +The query accepts the following options. For descriptions of each, see [Optional Query Fields](#optional-query-fields). ```json GET _search @@ -174,7 +174,7 @@ GET _search } ``` -The query accepts the following options. For descriptions of each, see [Options](#options). +The query accepts the following options. For descriptions of each, see [Optional Query Fields](#optional-query-fields). ```json GET _search @@ -207,7 +207,7 @@ GET _search } ``` -The query accepts the following options. For descriptions of each, see [Options](#options). +The query accepts the following options. For descriptions of each, see [Optional Query Fields](#optional-query-fields). ```json GET _search @@ -242,7 +242,7 @@ GET _search } ``` -The query accepts the following options. For descriptions of each, see [Options](#options). +The query accepts the following options. For descriptions of each, see [Optional Query Fields](#optional-query-fields). ```json GET _search @@ -283,7 +283,7 @@ GET _search } ``` -The query accepts the following options. For descriptions of each, see [Options](#options). +The query accepts the following options. For descriptions of each, see [Optional Query Fields](#optional-query-fields). ```json GET _search @@ -339,10 +339,10 @@ Special character | Behavior `*` | Acts as a wildcard. `""` | Wraps several terms into a phrase. `()` | Wraps a clause for precedence. -`~n` | When used after a term (e.g. `wnid~3`), sets `fuzziness`. When used after a phrase, sets `slop`. See [Options](#options). +`~n` | When used after a term (e.g. `wnid~3`), sets `fuzziness`. When used after a phrase, sets `slop`. See [Optional Query Fields](#optional-query-fields). `-` | Negates the term. -The query accepts the following options. For descriptions of each, see [Options](#options). +The query accepts the following options. For descriptions of each, see [Optional Query Fields](#optional-query-fields). ```json GET _search