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

Add singular update() methods to ReactiveDocumentOperations [DATAES-909] #1482

Closed
spring-projects-issues opened this issue Aug 18, 2020 · 1 comment
Labels
in: core Issues in core support type: enhancement A general enhancement

Comments

@spring-projects-issues
Copy link

Roman Puchkovskiy opened DATAES-909 and commented

ReactiveDocumentOperations contains bulk versions of update operation, but the singular update is for some reason omitted. Please let me know if this was a deliberate decision or should I implement this


Affects: 4.1 M2 (2020.0.0)

Referenced from: pull request #507

@spring-projects-issues
Copy link
Author

sothawo commented

I guess that was just missed when the reactive operations were implemented in the first part. Should probably be Mono<UpdateResponse> update(UpdateQuery updateQuery, IndexCoordinates index). Feel free to implement it

@spring-projects-issues spring-projects-issues added type: enhancement A general enhancement in: core Issues in core support labels Dec 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in: core Issues in core support type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

1 participant