Loading TOC...

cts:and-query-options

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

Summary

Returns the options for the specified query.

Parameters
query A query.

Example

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 iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.