EPrints Technical Mailing List Archive

Message: #03219


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

[EP-tech] Re: OAI-PMH


Andrew,

http://www.openarchives.org/OAI/openarchivesprotocol.html > we have all been there and have read that documentation :-)

OAI is not a CRUD/REST interface so don't expect it to be able to do crazy stuff. For your query about user id, I invite you to read the above documentation on "set" - this may work, but again isn't *really* the point of OAI.

Seb.

On 04/07/14 14:20, Andrew Beeken wrote:
Hello all!

Right, I’m stepping into the murky waters of using our OAI-PMH endpoint to do… stuff! Basically a bit experimental at the moment. I can get it to return a list of records as well as a specific record based on a record ID, however, what I would like to be able to do is some kind of rudimentary query, say, pass in a user ID in the query string to return a list of records associated with that author?

Andrew