cts.orQueryQueries

cts.orQueryQueries(
   query as cts.orQuery
) as Sequence

Summary

Returns a sequence of the queries that were used to construct the specified query.

Parameters
query A query.

Example

  cts.orQueryQueries(query);
  => ... a Sequence containing the queries used to construct this query
Powered by MarkLogic Server | Terms of Use | Privacy Policy