Loading TOC...

cts.jsonPropertyWordQueryOptions

cts.jsonPropertyWordQueryOptions(
   query as cts.jsonPropertyWordQuery
) as Sequence

Summary

Returns the options for the specified query.

Parameters
query A query.

Example

  const query = cts.jsonPropertyWordQuery("prop", "choice of law");
  cts.jsonPropertyWordQueryOptions(query);
  => "lang=en"

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