We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90f4562 commit f32ce72Copy full SHA for f32ce72
docs/kiwix-serve.rst
@@ -677,10 +677,10 @@ A multi-ZIM search request must comply with the following constraints:
677
``pageLength`` (optional, default: 25): maximum number of search results in
678
the response. Capped at 140.
679
680
- ``start`` (optional, default: 1): this parameter enables pagination of
+ ``start`` (optional, default: 0): this parameter enables pagination of
681
results. The response will include up to ``pageLength`` results starting
682
with entry # ``start`` from the full list of search results (the first
683
- result is assumed to have index 1).
+ result is assumed to have index 0).
684
685
Other parameters:
686
0 commit comments