
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")))
return cts:and-query-queries($query)
  => ()
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.