issues
search
inveniosoftware
/
invenio-records-rest
Invenio records REST API module.
https://invenio-records-rest.readthedocs.io
MIT License
4
stars
63
forks
source link
views: fix wrong `size` param upper limit
#279
Closed
ntarocco
closed
5 years ago
ntarocco
commented
5 years ago
Since the
size
url param is internally passed to the ES query as Python list[start:size], its upper limit value should be equal to
max_result_window
size
url param is internally passed to the ES query as Python list[start:size], its upper limit value should be equal tomax_result_window