cts:or-query-queries

cts:or-query-queries(
   $query as cts:or-query
) as cts:query*

Summary

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

Parameters
query A query.

Example

  cts:or-query-queries($query)
  => ... a sequence of the queries used to construct this query
Powered by MarkLogic Server | Terms of Use | Privacy Policy