Skip to content

Commit

Permalink
Updated the content in the section suggest (opensearch-project#347)
Browse files Browse the repository at this point in the history
Signed-off-by: AbhishekReddy1127 <[email protected]>
  • Loading branch information
AbhishekReddy1127 authored and AMoo-Miki committed Jul 2, 2023
1 parent a1d55b4 commit 0b1b70a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src-docs/src/views/suggest/saved_queries.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ export default () => {
console.log(dateRange);
};

const append = <OuiButtonEmpty>KQL</OuiButtonEmpty>;
const append = <OuiButtonEmpty>DQL</OuiButtonEmpty>;

return (
<div className="savedQueriesInput">
Expand Down
8 changes: 4 additions & 4 deletions src-docs/src/views/suggest/suggest_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,10 @@ export const SuggestExample = {
<div>
<OuiCallOut color="warning" title="Demo of visual pattern only">
<p>
This documents a <strong>visual</strong> pattern for Kibana&apos;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 <strong>visual</strong> pattern for OpenSearch
Dashboard&apos;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.
</p>
</OuiCallOut>
<OuiSpacer />
Expand Down

0 comments on commit 0b1b70a

Please sign in to comment.