cts.collectionQueryUris( query as cts.collectionQuery ) as Sequence
Returns the URIs used to construct the specified query.
Parameters | |
---|---|
query | A query. |
const query = cts.collectionQuery(["reports", "analysis"]); cts.collectionQueryUris(query); => ("reports", "analysis")
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.