Loading TOC...
Matches for cat:function/xquery (cat:function (cat:function)) have been highlighted. remove

MarkLogic 12 Product Documentation
cts:path-geospatial-query-path-expression

cts:path-geospatial-query-path-expression(
   $query as cts:path-geospatial-query
) as xs:string*

Summary

Returns the path expressions used to construct the specified query.

Parameters
query A query.

See Also

Example

let $query := cts:path-geospatial-query("//point",
       cts:box(10.1, 10.2, 20.1, 20.2))
return cts:path-geospatial-query-path-expression($query)

=> "//point"

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