Menu

#3 Deleted support for verb ListIdentifiers

open
nobody
None
5
2004-11-13
2004-11-13
No

In the default Backend
(OAI/Server/Backend/Default/Backend.php) the method
listIdentifiers has no support for Deleted records.
There is a test in this method that looks for the
column $this->oai['deleted_record'], but that column is
not in the Select statement.
Fix:
add $this->options['deleted'] to the var $query.

Discussion


Log in to post a comment.