Re: Pagination (ISSUE-42)

On Tue, Feb 3, 2015, at 09:36 PM, László Lajos Jánszky wrote:
> I think we can easily add a hydra:pageSize property and your problem
> is solved with: offset = (pageIndex-1)*pageSize, limit = pageSize, so
> if you got an URI template you can get the page you want. Ofc this is
> not a complete custom range support, but we usually don't need custom
> ranges just pagination. I guess by binary data custom ranges can be
> good.

Wouldn't that be problematic if the underlying technology has varying
page sizes in a collection?

-- Kuno.

Received on Wednesday, 4 February 2015 02:53:56 UTC