Skip to content

Commit f32ce72

Browse files
committed
Pagination default index is '0'
1 parent 90f4562 commit f32ce72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/kiwix-serve.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,10 +677,10 @@ A multi-ZIM search request must comply with the following constraints:
677677
``pageLength`` (optional, default: 25): maximum number of search results in
678678
the response. Capped at 140.
679679

680-
``start`` (optional, default: 1): this parameter enables pagination of
680+
``start`` (optional, default: 0): this parameter enables pagination of
681681
results. The response will include up to ``pageLength`` results starting
682682
with entry # ``start`` from the full list of search results (the first
683-
result is assumed to have index 1).
683+
result is assumed to have index 0).
684684

685685
Other parameters:
686686

0 commit comments

Comments
 (0)