cts:registered-query-ids( $query as cts:registered-query ) as xs:unsignedLong*
Returns the registered query identifiers used to construct the specified query.
Parameters | |
---|---|
query | A query. |
let $query := cts:registered-query(1234567890123456,"unfiltered") return cts:registered-query-ids($query) => 1234567890123456
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.