Hello,
Following the issue discussed in https://community.vikunja.io/t/typesense-250-hits-limit, I decided to reset the VIKUNJA_SERVICE_MAXITEMSPERPAGE
to 50
. I am currently making an API request to retrieve tasks in a project via the /projects/{id}/views/{view}/tasks
endpoint.
My question is: when a bucket contains more than 50 items, the response is limited to 50 items per bucket, and the X-Pagination-Total-Pages
response header always shows a value of 1
. If I add the query parameter /projects/{id}/views/{view}/tasks?page=2
to fetch the next set of 50 items from all buckets with more than 50 items, I still only receive the first 50 items.
How can I paginate to retrieve the next 50 items for all buckets using this endpoint?
I am using version v0.23.0-939-038e4ba386