cts:document-query-uris

cts:document-query-uris(
   $query as cts:document-query
) as xs:string*

Summary

Returns the URIs used to construct the specified query.

Parameters
query A query.

Example

  cts:document-query-uris($query)
  => ("/reports.xml", "/analysis.xml")
Powered by MarkLogic Server | Terms of Use | Privacy Policy