cts.elementWordQueryText

cts.elementWordQueryText(
   query as cts.elementWordQuery
) as Sequence

Summary

Returns the text used to construct the specified query.

Parameters
query A query.

Example

  const query = cts.elementWordQuery(xs.QName("elem"), "choice of law");
  cts.elementWordQueryText(query);
  => "choice of law"
Powered by MarkLogic Server | Terms of Use | Privacy Policy