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