Skip to content

Commit 760aeb5

Browse files
committed
docs(options): use @link for pocketbase documentation links
1 parent dc30221 commit 760aeb5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/types/pocketbase-live-loader-filter.type.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export interface ExperimentalPocketBaseLiveLoaderCollectionFilter {
2020
* Additional filter to apply to the collection.
2121
* This will be added to the filter supplied in the {@link ExperimentalPocketBaseLiveLoaderOptions}.
2222
*
23-
* Valid syntax can be found in the [PocketBase documentation](https://pocketbase.io/docs/api-records/#listsearch-records)
24-
*
2523
* Example:
2624
* ```ts
2725
* // config:
@@ -30,6 +28,8 @@ export interface ExperimentalPocketBaseLiveLoaderCollectionFilter {
3028
* // request
3129
* `?filter=(${loaderFilter})&&(release >= @now && deleted = false)`
3230
* ```
31+
*
32+
* @see {@link https://pocketbase.io/docs/api-records/#listsearch-records PocketBase documentation} for valid syntax
3333
*/
3434
filter?: string;
3535
/**
@@ -44,8 +44,6 @@ export interface ExperimentalPocketBaseLiveLoaderCollectionFilter {
4444
/**
4545
* Sort order in which the entries should be returned.
4646
*
47-
* Valid syntax can be found in the [PocketBase documentation](https://pocketbase.io/docs/api-records/#listsearch-records)
48-
*
4947
* Example:
5048
* ```ts
5149
* // config:
@@ -54,6 +52,8 @@ export interface ExperimentalPocketBaseLiveLoaderCollectionFilter {
5452
* // request
5553
* `?sort=-created,id`
5654
* ```
55+
*
56+
* @see {@link https://pocketbase.io/docs/api-records/#listsearch-records PocketBase documentation} for valid syntax
5757
*/
5858
sort?: string;
5959
}

0 commit comments

Comments
 (0)