Re: Pagination (ISSUE-42)

Yes it would be. :)
I think we need a list of the problems it should and shouldn't solve. After
that it would be easier to talk about the different implementation
variants. Do we have such a list?

2015-02-04 3:53 GMT+01:00 Kuno Woudt <list@frob.nl>:

> 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 04:08:20 UTC