cts.wordQueryOptions( query as cts.wordQuery ) as Sequence
Returns the options for the specified query.
Parameters | |
---|---|
query | A query. |
cts.wordQueryOptions( cts.wordQuery("MarkLogic, Corporation", ["case-sensitive", "punctuation-insensitive"])); => "case-sensitive", "punctuation-insensitive", "lang=en"
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.