You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @sejli
I've raised an issue in the API Spec repo as eventually this will be handled by a client generator that will read the spec and generate the API code. We're currently working on the generator ourselves.
In the meantime, feel free to raise a PR to update the input type for the search operation if no one has gotten to it. If you have any questions, don't hesitate to ask :)
Is your feature request related to a problem?
The search pipelines feature was released officially in
2.9
. Example search with a pipeline:The
request
inopensearch-js
currently does not have a parameter for a search_pipeline.What solution would you like?
Add a parameter for
search_pipeline
for search requests.What alternatives have you considered?
Currently, adding a
search_pipeline
parameter works, but it is not declared inopensearch-js
, and the linter throws errors.Do you have any additional context?
N/A
The text was updated successfully, but these errors were encountered: