================================================ Implements the documentation search. ================================================
dq:do-query($context as node()*, $query as xs:string?, $field as xs:string?) as element()*
Returns the elements for which the $query matches.
$context* | the nodes to search |
$query? | the full-text query |
$field? | the name of a field, if the query should be restricted to a specific field |
dq:query($node as node()*, $model as map(*), $q as xs:string?, $field as xs:string, $view as xs:string) as element()?
Templating function: process the query.
$node* | $node* |
$model | $model |
$q? | $q? |
$field | $field |
$view | $view |