updated api preview docs

This commit is contained in:
Gani Georgiev
2023-10-09 21:03:02 +03:00
parent ca1a395628
commit 3e487f7e9d
35 changed files with 210 additions and 198 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
- Added Patreon OAuth2 provider ([#3323](https://github.com/pocketbase/pocketbase/pull/3323); thanks @ghostdevv).
- (@todo docs) Added support for `:excerpt(max, withEllipsis?)` `fields` modifier that will return a short plain text version of any string value (html tags are stripped).
- Added support for `:excerpt(max, withEllipsis?)` `fields` modifier that will return a short plain text version of any string value (html tags are stripped).
This could be used to minimize the downloaded json data when listing records with large `editor` html values.
```js
await pb.collection("example").getList(1, 20, {