opensearch-project / opensearch-js

Node.js Client for OpenSearch
https://opensearch.org/docs/latest/clients/javascript/
Apache License 2.0
186 stars 121 forks source link

Correct Code snippets in Guides #664

Open nhtruong opened 10 months ago

nhtruong commented 10 months ago

Many of our guides were almost copied and pasted from the Ruby guides without adapting to the JS client. We need to go through all of them and make sure that the snippets can run AND the features mentioned in the guides are supported by the JS client.

dblock commented 9 months ago

Ouch. I propose we require a working sample along with each guide.