1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-02-09 12:14:03 +02:00

updated changelog

This commit is contained in:
Gani Georgiev 2023-05-31 21:51:01 +03:00
parent ddca49ba16
commit dcb00a3917

View File

@ -25,7 +25,7 @@
- Added `subscriptions.Client.Unset()` helper to remove a single cached item from the client store.
- Added query by filter record `Dao` helpers:
- (@todo docs) Added query by filter record `Dao` helpers:
```
app.Dao().FindRecordsByFilter("posts", "title ~ 'lorem ipsum' && visible = true", "-created", 10)
app.Dao().FindFirstRecordByFilter("posts", "slug='test' && active=true")