Changeset 299 for MDService


Ignore:
Timestamp:
03/26/10 16:57:50 (14 years ago)
Author:
ljo
Message:

Second round of searchRetrieve results, hit enter too early last time.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • MDService/trunk/xquery/cmd-model.xql

    r298 r299  
    2626    return
    2727      if ($operation eq $cmd-model:getCollections) then
    28         cmd-model:get-collections(fn:concat($collection, if (fn:empty(request:get-parameter("collection", ()))) then "" else fn:concat("/", request:get-parameter("collection", ())), $format, $max-depth)
     28        cmd-model:get-collections(fn:concat($collection, if (fn:empty(request:get-parameter("collection", ()))) then "" else fn:concat("/", request:get-parameter("collection", ()))), $format, $max-depth)
    2929      else if ($operation eq $cmd-model:queryModel) then
    3030        cmd-model:query-model($cmd-index-path, $query-model-collection, $format, $max-depth)
Note: See TracChangeset for help on using the changeset viewer.