Daniel (dB.) Doubrovkine
Daniel (dB.) Doubrovkine
@ebraminio Run with `-- --verbose` how does it fail? You may need a `refresh` for search to consistently return results.
For the spell checker, either use an existing movie or add to `.cspell`. See other lint failures & stuff, we can skip changelog for tests.
> The problem is I expect it to current fail as I don't how to configure the index yet to use porter_stem yet and it fails but on your CI...
I couldn't find an OpenSearch doc, but I think it's the same as in https://www.elastic.co/guide/en/elasticsearch/reference/current/analysis-porterstem-tokenfilter.html. Do open an issue in https://github.com/opensearch-project/documentation-website to document how to use token filters.
It's getting somewhere! I am not sure why the filter isn't working, but i you can get any filter working that would be a useful contribution. We should start organizing...
💯 error responses are totally missing in most places, they often have common definitions, too
With https://github.com/opensearch-project/opensearch-api-specification/pull/620 we check description styles (3) and (4).
I think we should welcome the OpenSearch Dashboards API spec in this repo. There are a few challenges on just adding them to the existing spec, so I feel like...
> Write a tool to scrape all endpoints from OSD (possibly a plugin?) and export it to be recycled for API coverage I would do this last. > Write a...
Great start! Iterate to 🟢 . Make sure to write a test story in https://github.com/opensearch-project/opensearch-api-specification/tree/main/tests.