Skip to content

Commit 602bb39

Browse files
committed
Clarify docs
1 parent ab96f1d commit 602bb39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/options.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,12 @@ Example for EPSG:2056:
397397

398398
The number of items requested and shown per page by default. Only applies to APIs that support the `limit` query parameter.
399399

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+
400406
### maxItemsPerPage
401407

402408
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:
414420
- `null`: sorted as in the source files
415421

416422
Doesn't apply when API search filters are applied.
423+
Also doesn't apply when pagination on the server-side is enabled.
417424

418425
### showKeywordsInItemCards
419426

0 commit comments

Comments
 (0)