Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
cts.andNotQueryPositiveQuery( $query as cts.andNotQuery ) as cts.query
Returns the positive (first parameter) query used to construct the specified query.
Parameters | |
---|---|
$query | A query. |
const query = cts.andNotQuery( cts.wordQuery("wanted"), cts.wordQuery("unwanted")); cts.andNotQueryPositiveQuery(query); => cts.wordQuery("wanted", ["lang=en"], 1)
Comments