Skip to content

Commit f9bbca8

Browse files
docs: clarify pagination and improve cross-referencing (#13503)
Fixes #13417 Builds on #13471 --------- Co-authored-by: chenxi-debugger <chenxi.debugger@gmail.com>
1 parent 9d08f50 commit f9bbca8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/configuration/collections.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ The following options are available:
141141
| `livePreview` | Enable real-time editing for instant visual feedback of your front-end application. [More details](../live-preview/overview). |
142142
| `components` | Swap in your own React components to be used within this Collection. [More details](#custom-components). |
143143
| `listSearchableFields` | Specify which fields should be searched in the List search view. [More details](#list-searchable-fields). |
144-
| `pagination` | Set pagination-specific options for this Collection. [More details](#pagination). |
144+
| `pagination` | Set pagination-specific options for this Collection in the List View. [More details](#pagination). |
145145
| `baseFilter` | Defines a default base filter which will be applied to the List View (along with any other filters applied by the user) and internal links in Lexical Editor, |
146146

147147
<Banner type="warning">

docs/local-api/overview.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,11 @@ const result = await payload.find({
162162
})
163163
```
164164

165+
<Banner type="info">
166+
`pagination`, `page`, and `limit` are three related properties [documented
167+
here](/docs/queries/pagination).
168+
</Banner>
169+
165170
### Find by ID#collection-find-by-id
166171

167172
```js

0 commit comments

Comments
 (0)