Changes between Version 23 and Version 24 of oaipmh_improvements

Show
Ignore:
Timestamp:
07/16/12 18:01:47 (11 months ago)
Author:
simonp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • oaipmh_improvements

    v23 v24  
    128128   * Before removal, a metadata object will be added to a table of deleted records and indexed with status set to deleted. Normal searches on the catalog will not return these records as the default search terms will exclude records with this status (this will require a change to the default Lucene search terms). 
    129129   * The OAIPMH server will advertise that it maintains deleted records in a persistent manner when answering the OAIPMH "Identify" request as per the OAI protocol document in the Links section. 
     130   * OAIPMH searches will search current and deleted records in the Lucene index - deleted records will be returned with status="deleted" as per the OAIPMH standard. 
    130131 
    131132The estimated time to implement this feature, including testing is 3 weeks.