mirror of
https://github.com/pocketbase/pocketbase.git
synced 2025-02-09 12:14:03 +02:00
updated changelog
This commit is contained in:
parent
ddca49ba16
commit
dcb00a3917
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user