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

8.13.10 lacks UpdateMany<TSource, TPartialDocument> #8174

Open
gkores opened this issue Apr 26, 2024 · 0 comments
Open

8.13.10 lacks UpdateMany<TSource, TPartialDocument> #8174

gkores opened this issue Apr 26, 2024 · 0 comments
Labels
8.x Relates to 8.x client version Area: Helpers Category: Feature

Comments

@gkores
Copy link

gkores commented Apr 26, 2024

Is your feature request related to a problem? Please describe.
I am porting some NEST code to the newer 8.x client and have encountered an issue where in NEST i can call UpdateMany<TSource, TPartialDocument> while this isn't available in the newer client. This makes partial updates of multiple documents harder than it should have to be. Update<TSource, TPartialDocument> is available in 8.x, so I believe the same should be true for UpdateMany.

Describe the solution you'd like
UpdateMany<TSource, TPartialDocument> is available in 8.x

Describe alternatives you've considered
UpdateMany with a script might be possible, but UpdateMany<TSource, TPartialDocument> would be cleaner.

@flobernd flobernd added 8.x Relates to 8.x client version Area: Helpers labels Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
8.x Relates to 8.x client version Area: Helpers Category: Feature
Projects
None yet
Development

No branches or pull requests

2 participants