I saw that the OpenBeeldenOaiExtractor (in ocd_bakcend.extractors.oai.OpenBeeldenOaiExtractor) was created to deal with an error which is caused when sending the metadataPrefix as parameter when there is also a resumptionToken present in the request.
This same error was dealt with in the implementation as described in PR #31.
I also tested this by editing the resources.json to let openbeelden use the regular OaiExtractor, this functioned correctly.
I saw that the OpenBeeldenOaiExtractor (in
ocd_bakcend.extractors.oai.OpenBeeldenOaiExtractor
) was created to deal with an error which is caused when sending themetadataPrefix
as parameter when there is also aresumptionToken
present in the request.This same error was dealt with in the implementation as described in PR #31. I also tested this by editing the resources.json to let openbeelden use the regular OaiExtractor, this functioned correctly.