Comment 1 for bug 1731301

Revision history for this message
Kit Randel (blr) wrote : Re: Last, prev links not returned when page>lastpage

Hi Thomas, as mentioned on Slack, this is by design. A search request with an out of bound page request will always return the last page. You can programatically determine that this is the last page given the lack of a 'last' and 'next' links (assuming you meant "last, next" rather than "last, prev", as that indeed would be a bug).