The mdex:dimension-search-query() function executes a dimension search query.
|
Function Signature |
mdex:dimension-search-query($query as element(mdata:Query, xs:untyped)) as element(mdata:Results, xs:untyped) |
|
Function Summary |
Executes a dimension search query. |
|
Parameters |
$query: An element representing a dimension search query. This element should be of type mdata:DimensionSearchQuery. |
|
Return Values |
Returns a Results element of type mdata:DimensionSearchResult containing the results of the query. |
|
Example |
The following example would return the results from a
dimension search query for the term Merlot.
mdex:dimension-search-query(
<Query>
<DimensionSearch>
Merlot
</DimensionSearch>
</Query>)
|
| Errors Thrown |
For more details about the errors thrown by external functions, see the topic "Error code listing." |