kuzzleio / sdk-dart

Dart SDK developed for Flutter to interact with Kuzzle API for database storage and search, user authentication and realtime notifications
MIT License
17 stars 4 forks source link

Implement API action bulk:updateByQuery #82

Closed MathieuVeber closed 1 year ago

MathieuVeber commented 3 years ago

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