cts:collection-query( $uris as xs:string* ) as cts:collection-query
Match documents in at least one of the specified collections. It will match both documents and properties documents in the collections with the given URIs.
Parameters | |
---|---|
uris | One or more collection URIs. A document matches the query if it is in at least one of these collections. |
cts:search(//function, cts:collection-query(("reports", "analysis"))) => .. a sequence of 'function' elements in any document in the collection "reports" or in the collection "analysis".
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.