ualbertalib / fcrepo4-oaiprovider

Fedora 4 OAI Provider implementation
3 stars 1 forks source link

OAI Provider requires time on from/until parameters #43

Closed jefferya closed 6 years ago

jefferya commented 6 years ago

For instance, can you set the provider to accept the following query https://era.library.ualberta.ca/oai?verb=ListRecords&metadataPrefix=oai_etdms&from=2017-06-26 where date is year-month-day (yyyy-mm-dd) without hours-minutes-seconds (Thh:mm:ssZ) ?

When I test the provider against LAC's validator I get the error:

Critical Error The specified set does not exist for this repository. https://era.library.ualberta.ca/oai

which is due to our provider requiring full date-time parameters.

ref. http://www.openarchives.org/OAI/openarchivesprotocol.html#SelectiveHarvestingandDatestamps

jefferya commented 6 years ago

Duplicate of #44