
cts:directory-query( $uris as xs:string*, [$depth as xs:string?] ) as cts:directory-query
Returns a query matching documents in the directories with the given URIs.
| Parameters | |
|---|---|
| uris | One or more directory URIs. | 
| depth | "1" for immediate children, "infinity" for all. If not supplied, depth is "1". | 
The directory URI should always have a trailing slash.
  cts:search(//function,
    cts:directory-query(("/reports/","/analysis/"),"1"))
  => .. a sequence of 'function' elements in any document
     in the directory "/reports/" or the directory "/analysis/".
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.