Implement API action bulk:updateByQuery
Closed this issue · 0 comments
MathieuVeber commented
Feature Description
Add new action bulk:updateByQuery which is useful when you need to update a bunch of document by submitting a query (avoiding triggering notification, adding kuzzle metadata and document write limit)
See the server implementation here released in 2.11.0, you can access this action with the query method in the meantime