File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -397,6 +397,12 @@ Example for EPSG:2056:
397
397
398
398
The number of items requested and shown per page by default. Only applies to APIs that support the ` limit ` query parameter.
399
399
400
+ This is applied to the following requests:
401
+
402
+ - ` GET /collection/*/items `
403
+ - ` GET /search `
404
+ - Only in Collection Search: ` GET /collections ` (i.e. ** not** applied to the default collection list request)
405
+
400
406
### maxItemsPerPage
401
407
402
408
The maximum number of items per page that a user can request through the ` limit ` query parameter (` 1000 ` by default).
@@ -414,6 +420,7 @@ The default sorting for lists of catalogs/collections or items. One of:
414
420
- ` null ` : sorted as in the source files
415
421
416
422
Doesn't apply when API search filters are applied.
423
+ Also doesn't apply when pagination on the server-side is enabled.
417
424
418
425
### showKeywordsInItemCards
419
426
You can’t perform that action at this time.
0 commit comments