Bugs item #3163638, was opened at 2011-01-21 16:45
Message generated for change (Tracker Item Submitted) made by sfrgpiel
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1126676&aid=3163638&group_id=248804
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: APIs
Group: None
Status: Open
Priority: 7
Private: No
Submitted By: William Piel (sfrgpiel)
Assigned to: hshyket (hshyket)
Summary: OAI-PMH datestamp searches createDate not lastModified
Initial Comment:
The "from" or "until" parameters in the OAI API are searching based on submission.createdate instead of study.lastmodifieddate. For example:
http://treebase-dev.nescent.org/treebase-web/top/oai?verb=ListRecords&metadataPrefix=oai_dc&from=2010-05-18T00:00:00Z
results in datestamp: <datestamp>2010-05-19</datestamp>, yet in the database:
study.lastmodifieddate = 2011-01-19
study.releasedate = 2011-01-19
submission.createdate = 2010-05-18
It would be better if this searched on study.lastmodifieddate, so that Dryad can be alerted to modifications in TreeBASE studies.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1126676&aid=3163638&group_id=248804
|