Skip to content
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

[BUG] Differences in search_pipeline API between OpenSearch Server and Specification. #248

Closed
saimedhi opened this issue Apr 17, 2024 · 0 comments · Fixed by #253 or #254
Closed
Labels
bug Something isn't working

Comments

@saimedhi
Copy link
Contributor

What is the bug?

The difference lies between the search_pipeline spec and server code. I'm updating only the ones I've observed. I'll take another careful look and update this issue soon.

Spec Server
API Name search_pipeline.create search_pipeline.put
Path Param Name pipeline id
search_pipeline.get Path Param pipeline required = True required = False
.....

The delete method still needs to be added to the spec.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
2 participants