Closed
Description
Describe the bug
Paginated search queries always returns a next token even if it's the last page of the pagination.
To Reproduce
Steps to reproduce the behavior:
- Run app
docker-compose up
- Create test collection
- Creation 1 test item
- Run search query with
"limit":1
-> Response will contain an "next link"
Expected behavior
I assume the last page of the pagination should not include a "next link"
Metadata
Metadata
Assignees
Labels
No labels