
cts:and-not-query-positive-query( $query as cts:and-not-query ) as cts:query
Returns the positive (first parameter) query used to construct the specified query.
| Parameters | |
|---|---|
| query | A query. |
let $query := cts:and-not-query(
cts:word-query("wanted"),
cts:word-query("unwanted"))
return cts:and-not-query-positive-query($query)
=> cts:word-query("wanted", ("lang=en"), 1)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.