[Docs] Fix explanation for `from` and `size` example (#28320)

This commit is contained in:
Alex Moros Marco 2018-01-25 11:35:50 +01:00 committed by Christoph Büscher
parent 95c45aeb5d
commit 261fb6a29e
1 changed files with 1 additions and 1 deletions

View File

@ -858,7 +858,7 @@ GET /bank/_search
Note that if `size` is not specified, it defaults to 10. Note that if `size` is not specified, it defaults to 10.
This example does a `match_all` and returns documents 11 through 20: This example does a `match_all` and returns documents 10 through 19:
[source,js] [source,js]
-------------------------------------------------- --------------------------------------------------