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")
Powered by MarkLogic Server | Terms of Use | Privacy Policy