https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=31161
--- Comment #39 from David Cook <[email protected]> --- I'm testing this patch using a modified test plan. My OpacHiddenItems: barcode: [3999900000001] My Set: 952$p = 3999900000001 -- http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml At the top it says "Results fetched 2-50" instead of "Results fetched 1-50". And yeah only 49 records appear on the page. The second page says "51 - 100" which is good, and the ID for the top record is KOHA-OAI-TEST:49, so the resumption token seems to be working correctly. http://localhost:8080/cgi-bin/koha/oai.pl?verb=ListRecords&metadataPrefix=marcxml&set=AAA This shows 0 records. I suppose the advantage here is that the consumer doesn't know the record is hidden. But the disadvantage is that the consumer doesn't know the record is hidden, so it can't hide the record on the consumer end if it's already consumed that Identifier previously... -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
