Skip to content

Add web request parameter prev

Joerg-Holger Panzer requested to merge develop into master

if 'prev' contains an empty string the request describes a new archive object which needs to be indexed if 'prev' contains a PID the request describes a version of an existing archive (index) document, the info of the new version should replace the existing index document, the PID must be added to the list of privious PIDs from the previous index document and stored in the new index document

Merge request reports