cts:field-word-query-options

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

Summary

Returns the options for the specified cts:field-word-query.

Parameters
query A query.

Example

let $query := cts:field-word-query("myField", "choice of law")
return
cts:field-word-query-options($query)

=> "lang=en"
Powered by MarkLogic Server | Terms of Use | Privacy Policy