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
Trying to use _source with update_by_query and delete_by_query seems to have no effect as either an array of strings (as defined) or a boolean. Cannot get _source to return. Either the documentation is incorrect (https://opensearch.org/docs/latest/api-reference/document-apis/delete-by-query/) or the spec is incorrect or OpenSearch has a bug or is missing a feature.
How can one reproduce the bug?
Add _source to tests/default/indices/update_by_query.yaml and/or tests/default/indices/delete_by_query.yaml.
What is the bug?
Trying to use
_source
withupdate_by_query
anddelete_by_query
seems to have no effect as either an array of strings (as defined) or a boolean. Cannot get_source
to return. Either the documentation is incorrect (https://opensearch.org/docs/latest/api-reference/document-apis/delete-by-query/) or the spec is incorrect or OpenSearch has a bug or is missing a feature.How can one reproduce the bug?
Add
_source
totests/default/indices/update_by_query.yaml
and/ortests/default/indices/delete_by_query.yaml
.What is the expected behavior?
Match spec to what's in the OpenSearch code.
Do you have any additional context?
I added tests in #547.
The text was updated successfully, but these errors were encountered: