
info:tickets( [$database as xs:string*], [$status as xs:string*], [$custom-query as schema-element(cts:query)?] ) as xs:string*
[DEPRECATED] This function returns a sequence of ticket IDs, optionally narrowed by database name.
xquery version "1.0-ml";
import module namespace info = "http://marklogic.com/appservices/infostudio"
at "/MarkLogic/appservices/infostudio/info.xqy";
info:tickets()
(: Returns the IDs of all of the tickets generated from loads into all of the databases. :)
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.