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