Ignore:
Timestamp:
2017-02-08T18:31:18+13:00 (7 years ago)
Author:
ak19
Message:

Round 1 of commits for getting OAI deletion policy to work with GS2 (server end). The perl code writing out the OAI db and the GS3 server code implementing the deletion policy had already been completed earlier (end 2016).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/src/oaiservr/identifyaction.cpp

    r24412 r31387  
    117117   
    118118    output << utf8convert << "  <earliestDatestamp>"<< this->mEarliestDatestamp <<"</earliestDatestamp>\n";
    119     output << utf8convert << "  <deletedRecord>no</deletedRecord>\n";
     119    output << utf8convert << "  <deletedRecord>persistent</deletedRecord>\n";
    120120    output << utf8convert << "  <granularity>YYYY-MM-DD</granularity>\n";
    121121  }
Note: See TracChangeset for help on using the changeset viewer.