Loading TOC...

cts:registered-query-options

cts:registered-query-options(
   $query as cts:registered-query
) as xs:string*

Summary

Returns the options for the specified query.

Parameters
query A query.

Example

let $query := cts:registered-query(1234567890123456,"unfiltered")
return
cts:registered-query-options($query)
  => "unfiltered"

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.