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"