You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* add support for object stores without keyPath ([b59b095](https://github.com/darrachequesne/synceddb/commit/b59b095326d7b71a86ce73f961cdac5b32db59d1))
17
+
* update the format of the default search params ([3ffd2f4](https://github.com/darrachequesne/synceddb/commit/3ffd2f4c441b7e44d2319e61b506e8dbb1664793))
18
+
19
+
20
+
### BREAKING CHANGES
21
+
22
+
* The format of the default search params is updated:
- `sort=updated_at:asc` indicates that we want to sort the entities based on the date of last update
501
497
- `size=100` indicates that we want 100 entities max
502
-
- `after=2000-01-01T00:00:00.000Z,123` indicates the offset (with an update date above `2000-01-01T00:00:00.000Z`, excluding the entity `123`)
498
+
- `after=2000-01-01T00:00:00.000Z&after_id=123` indicates the offset (with an update date above `2000-01-01T00:00:00.000Z`, excluding the entity `123`)
503
499
504
500
The query parameters can be customized with the [`buildFetchParams`](#buildfetchparams) option.
0 commit comments