Commit 4664f85
fix: align pagination offset with displayed page size
Archive.org: set rows=requested_results instead of 3x overfetch — inline
probing is gone so the overfetch is unnecessary. API page now advances
cleanly by the displayed page size.
Harvard: remove requested_results cap on deduped results so all valid
IIIF items found in each API batch are returned. The 10x overfetch
scans the full batch; capping silently dropped reachable items.
LOC: same fix — remove the requested_results break so all valid items
from each 5x overfetch batch are shown to the user.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 8b14038 commit 4664f85
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
429 | 428 | | |
430 | 429 | | |
431 | 430 | | |
432 | | - | |
| 431 | + | |
433 | 432 | | |
434 | 433 | | |
435 | 434 | | |
| |||
678 | 677 | | |
679 | 678 | | |
680 | 679 | | |
681 | | - | |
682 | | - | |
683 | 680 | | |
684 | 681 | | |
685 | 682 | | |
| |||
722 | 719 | | |
723 | 720 | | |
724 | 721 | | |
725 | | - | |
726 | | - | |
727 | 722 | | |
728 | 723 | | |
729 | 724 | | |
| |||
0 commit comments