cts:json-property-word-query-text

cts:json-property-word-query-text(
   $query as cts:json-property-word-query
) as xs:string*

Summary

Returns the text used to construct the specified query.

Parameters
query A query.

Example

  let $query := cts:json-property-word-query("prop", "choice of law")
  return
  cts:json-property-word-query-text($query)
  => "choice of law"
Powered by MarkLogic Server | Terms of Use | Privacy Policy