Pagination default index is '0'

This commit is contained in:
Emmanuel Engelhart 2025-06-10 07:52:57 +02:00
parent acad8a85ab
commit b109ce1313
No known key found for this signature in database
GPG Key ID: 120B30D020B553D3

View File

@ -659,10 +659,10 @@ A multi-ZIM search request must comply with the following constraints:
``pageLength`` (optional, default: 25): maximum number of search results in
the response. Capped at 140.
``start`` (optional, default: 1): this parameter enables pagination of
``start`` (optional, default: 0): this parameter enables pagination of
results. The response will include up to ``pageLength`` results starting
with entry # ``start`` from the full list of search results (the first
result is assumed to have index 1).
result is assumed to have index 0).
Other parameters: