
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)
=> ()