Loading TOC...

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"

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