cts.jsonPropertyScopeQueryQuery( query as cts.jsonPropertyScopeQuery ) as cts.query
Returns the query used to construct the property scope query.
Parameters | |
---|---|
query | A query. |
const query = cts.jsonPropertyScopeQuery(
"help",
cts.wordQuery("wanted");
cts.jsonPropertyScopeQueryQuery(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.