
cts:json-property-word-query-text( $query as cts:json-property-word-query ) as xs:string*
Returns the text used to construct the specified query.
| Parameters | |
|---|---|
| query | A query. | 
  let $query := cts:json-property-word-query("prop", "choice of law")
  return
  cts:json-property-word-query-text($query)
  => "choice of law"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.