Loading TOC...

cts:word-query-options

cts:word-query-options(
   $query as cts:word-query
) as xs:string*

Summary

Returns the options for the specified query.

Parameters
query A query.

Example

  cts:word-query-options($query)
  => ("case-sensitive", "punctuation-insensitive")

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