Re: Pagination - let's finalize the collection design (ISSUE-42)

Hi Karol,

> But how a client knows whether /my-collection/view?page=2 is actually a page no. 2? Is thie page numbering counted from 0 or from 1?

Well, the first page can just indicate its page number :-)

> Consider this standard pager:
> << < 11 12 13 14 15 16 17 18 19 20 > >>
> 
> How to transform an Uri to a numeric value? Parse it?

No no, just

<?page=11> :hasPageNumber 11.

Best,

Ruben

Received on Monday, 12 October 2015 18:01:55 UTC