-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DOCS] Replace 'elasticsearch' that used as plain text in the code snippets #249
[DOCS] Replace 'elasticsearch' that used as plain text in the code snippets #249
Conversation
This reverts commit f6bbcd3
…ggregation examples
Request for Admin to accept this test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. few minor comments.
I have also added replacing examples in the meta issue tracking purify docs, just so we don't miss it. It will be good to run opensearch server and try out example API calls and add them in examples
@@ -321,6 +321,7 @@ buildRestTests.doFirst { | |||
buildRestTests.setups['bank'].replace('#bank_data#', accounts) | |||
} | |||
|
|||
// TODO: Replace the setup code of 'stackoverflow' and 'news' for OpenSearch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
TODO(OpenSearch) instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, it's a good idea! I will replace TODO
with TODO(OpenSearch)
, and simplify the message after the colon:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comment - can we use TODO(OpenSearch) instead of plain TODO, so we can revisit OpenSearch related tasks later
❌ DCO Check Failed |
I will continue the work in PR #367 |
Issue #, if available:
#238
Description of changes:
The PR requests merging the code into
oss-docs
branch.elasticsearch
,Elasticsearch
that used as plain text in code snippetselasticsearch
indocs/build.gralde
that used to generate data for the code snippet testselasticsearch
keywords can be replaced easilyBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.