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
> - Supports up to 6 levels of nested relations (enforced by PocketBase)
352
+
> - Must use separate array entries for each field (e.g., `["author", "category"]` not `["author,category"]`)
353
+
> - Is not compatible with the `fields` option
354
+
> - Does not support schema generation yet - expanded data will have `unknown` types
355
+
>
356
+
> For more details on the expand syntax, see the [PocketBase documentation](https://pocketbase.io/docs/collections/#expand-relation-fields).
357
+
312
358
### Error handling
313
359
314
360
The live content loader follows Astro's standard error handling conventions for live collections. For more information on how to handle errors in your components, see the [Astro documentation on error handling](https://docs.astro.build/en/reference/experimental-flags/live-content-collections/#error-handling).
0 commit comments