mirror of
https://github.com/kiwix/kiwix-tools.git
synced 2025-09-11 08:07:40 -04:00
Pagination default index is '0'
This commit is contained in:
parent
acad8a85ab
commit
b109ce1313
@ -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
|
``pageLength`` (optional, default: 25): maximum number of search results in
|
||||||
the response. Capped at 140.
|
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
|
results. The response will include up to ``pageLength`` results starting
|
||||||
with entry # ``start`` from the full list of search results (the first
|
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:
|
Other parameters:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user