Hi,
I am developing an own OAI-PMH service (no public prod. deployment) yet and I tried to harvest it with metha-sync.
I saw that metha-sync starts from zero again when it has reached the last page.
What is the proper way to indicate the last page for the verb ListRecords?
My service returns an empty element for the resumption token on the last page: <resumptionToken/>.
I think this is consistent with the specs:
the response containing the incomplete list that completes the list must include an empty resumptionToken element;
https://www.openarchives.org/OAI/openarchivesprotocol.html#FlowControl
Thanks!
Hi,
I am developing an own OAI-PMH service (no public prod. deployment) yet and I tried to harvest it with
metha-sync.I saw that
metha-syncstarts from zero again when it has reached the last page.What is the proper way to indicate the last page for the verb
ListRecords?My service returns an empty element for the resumption token on the last page:
<resumptionToken/>.I think this is consistent with the specs:
Thanks!