- Timestamp:
- 2017-08-18T19:28:42+12:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/trunk/greenstone2/runtime-src/src/colservr/collectserver.cpp
r31387 r31903 535 535 // first check for oai metadata from the oai_db, if asked for it (if FROAI is set) 536 536 if(((*source_here).s != NULL) && 537 request.filterResultOptions & FROAI&&537 (request.filterResultOptions & FROAI) && 538 538 ((*source_here).s->get_oai_metadata(request.requestParams, request.refParams, 539 539 request.getParents, request.fields, … … 546 546 } 547 547 548 // if OID is the special OAI specific OAI_EARLIESTTIMESTAMP_OID, 549 // then we'd have got its OAI meta above if we were requested to do so. 550 // Either way, we won't be additionally getting regular meta for this OID, 551 // as it's not a real doc OID, so we stop processing this OID here. 552 if((*resultdoc_here).OID == OAI_EARLIESTTIMESTAMP_OID) { 553 ++source_here; 554 if(processed == true) break; 555 else continue; 556 } 557 548 558 // We may or may not have got oai_meta (depends on if FROAI was set). 549 559 // If we didn't get oai_meta, then deleted_status would still be "".
Note:
See TracChangeset
for help on using the changeset viewer.