Changeset 726 for MDRepository


Ignore:
Timestamp:
09/28/10 11:31:03 (14 years ago)
Author:
vronk
Message:

fixing bug in search-retrieve
whole cmdi-mirror injected in the response header with the var $collection (instead of $collections)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDRepository/trunk/xquery/cmd-model.xqm

    r725 r726  
    340340    <searchRetrieveResponse>
    341341      <numberOfRecords>{$result-count}</numberOfRecords>
    342       <echoedSearchRetrieveRequest>{$cql-query, $collection, $start-item, $end-item}</echoedSearchRetrieveRequest>
     342      <echoedSearchRetrieveRequest>{$cql-query, $collections, $start-item, $end-item}</echoedSearchRetrieveRequest>
    343343      <diagnostics>{$seq-count}</diagnostics>
    344344      <records>
Note: See TracChangeset for help on using the changeset viewer.