generated from amazon-archives/__template_Custom
-
Notifications
You must be signed in to change notification settings - Fork 124
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
OpenSearch supports filtering response bodies with the filter_path query parameter on all REST operations.
In the previous v1 & v2 versions of this library, that parameter could be set with WithFilterPath
(e.g. here). However, it seems like the possibility to set this query param was lost with the move to the more go idiomatic API design, with the release of v3. Or at least, I'm not able to figure out how.
A possible workaround is to implement custom request types and use the Do function, but that's of course quite cumbersome.
thomas-long-f3
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request