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