Loading TOC...

cts:json-property-scope-query-query

cts:json-property-scope-query-query(
   $query as cts:json-property-scope-query
) as cts:query

Summary

Returns the query used to construct the property scope query.

Parameters
query A query.

Example

let $query := cts:json-property-scope-query(
                 "help",
                 cts:word-query("wanted"))
return cts:json-property-scope-query-query($query)

  => cts:word-query("wanted", ("lang=en"), 1)

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.