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)
  => ()
Powered by MarkLogic Server | Terms of Use | Privacy Policy