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