
cts:not-in-query-positive-query( $query as cts:not-in-query ) as cts:query
Returns the positive (first parameter) query used to construct the specified query.
| Parameters | |
|---|---|
| query | A query. |
let $query := cts:not-in-query(
cts:word-query("wanted"),
cts:word-query("not wanted"))
return cts:not-in-query-positive-query($query)
=> cts:word-query("wanted", (), 1)