folded-ear / gobrennas-api

HTTP API for gobrennas.com
https://gobrennas.com
MIT License
1 stars 0 forks source link

Library offset paging #7

Closed barneyb closed 1 year ago

barneyb commented 1 year ago

Library search has used Spring Data's Pageable/Slice abstractions, but they only support paging through, not arbitrary slices of a result. So change to use an offset/limit style way of constrainting results, which can support the same paging behavior, as well as the cursor-based behavior that Relay wants.