cts.notQueryQuery

cts.notQueryQuery(
   query as cts.notQuery
) as cts.query

Summary

Returns the query used to construct the specified query.

Parameters
query A query.

Example

const query = cts.notQuery("MarkLogic Server);
cts.notQueryQuery(query);

=> cts.wordQuery("MarkLogic Server", ["lang=en"], 1)
Powered by MarkLogic Server | Terms of Use | Privacy Policy