You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to OAI-PMH
This might be a anomaly of the Islandora OAI-PMH requeset handler, but I find that specifying multiple colon-separated setSpec values in the set= argument will actually retrieve metadata from multiple setSpecs in one request. That may not be the intention of the protocol, but it's quite handy to be able to do so. In the protocol I don't really see this use case addressed.
What experience have others had in retrieving multiple selected sets in one OAI-PMH request?
Simeon Warner
unread,
Nov 14, 2017, 11:01:45 AM11/14/17
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message as abuse
Sign in to report message as abuse
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to oai...@googlegroups.com
This sounds like a bug in the Islandora implementation. Colons are used
in the spec [1] as the separator in a nested set hierarchy. Thus:
setSpec=a:b
means the subset of set a called a:b.
a:b does not mean sets a AND b. The hierarchy implies that harvesting a
should include everything in a:b.