From 0b1b70a45449f1a2d5685867db3183faa2c3b66a Mon Sep 17 00:00:00 2001 From: Abhishek Reddy <62020972+AbhishekReddy1127@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:38:05 -0600 Subject: [PATCH] Updated the content in the section suggest (#347) Signed-off-by: AbhishekReddy1127 --- src-docs/src/views/suggest/saved_queries.js | 2 +- src-docs/src/views/suggest/suggest_example.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src-docs/src/views/suggest/saved_queries.js b/src-docs/src/views/suggest/saved_queries.js index 262c17a825..0452617087 100644 --- a/src-docs/src/views/suggest/saved_queries.js +++ b/src-docs/src/views/suggest/saved_queries.js @@ -120,7 +120,7 @@ export default () => { console.log(dateRange); }; - const append = KQL; + const append = DQL; return (
diff --git a/src-docs/src/views/suggest/suggest_example.js b/src-docs/src/views/suggest/suggest_example.js index e73871eb24..5247a5b3e9 100644 --- a/src-docs/src/views/suggest/suggest_example.js +++ b/src-docs/src/views/suggest/suggest_example.js @@ -157,10 +157,10 @@ export const SuggestExample = {

- This documents a visual pattern for Kibana's - global query and filter bars. The filter bar has been broken down - into multiple components. There are still bugs and not all the - logic is well-formed. + This documents a visual pattern for OpenSearch + Dashboard's global query and filter bars. The filter bar has + been broken down into multiple components. There are still bugs + and not all the logic is well-formed.