Loading TOC...

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

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