File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ api_platform:
219
219
220
220
The whole configuration seen before will no longer work and Doctrine will recover its default behavior.
221
221
222
- # ## Partial pagination
222
+ # ## Partial Pagination
223
223
224
224
When using the default pagination, the Doctrine paginator will execute a `COUNT` query on the collection. The result of the
225
225
` COUNT` query is used to compute the latest page available. With big collections this can lead to quite long response times.
@@ -234,7 +234,7 @@ api_platform:
234
234
partial: true # Disabled by default
235
235
` ` `
236
236
237
- More details are available on the [pagination documentation](pagination.md).
237
+ More details are available on the [pagination documentation](pagination.md#partial-pagination ).
238
238
239
239
Previous chapter : [Security](security.md)
240
240
You can’t perform that action at this time.
0 commit comments