internetarchive / iiif

The official Internet Archive IIIF service
GNU General Public License v3.0
22 stars 4 forks source link

Collection pagination numbers are off #29

Closed saracarl closed 1 year ago

saracarl commented 1 year ago

If you look at the Leeds University collection manifest the bottom of the manifest has:

{ "id": "https://iiif.archive.org/iiif/3/leedsuniversitylibrary/2/collection.json", "label": { "en": [ "Page 2 of 4" ] }, "type": "Collection" }

the pattern continues for page 2 https://iiif.archive.org/iiif/3/leedsuniversitylibrary/2/collection.json

{ "id": "https://iiif.archive.org/iiif/3/leedsuniversitylibrary/3/collection.json", "label": { "en": [ "Page 3 of 4" ] }, "type": "Collection" }

The 3rd page is "Page 4 of 4" and the final page has no pagination information (as is appropriate).

saracarl commented 1 year ago

Closing -- I was confused! This is correct.