I have a question about sorting documents in Tamino. Sorting by a single node works OK. But if I need to specify a criterion to choose a node for sorting…
For example,
2
3
1
And now I need to query all the documents and sort them by prioprity of type B.
I think the query string should look like this
document sortby (priority[@type=“B”])
The grammar for X-Query permits such a query. But Tamino internal error occurs (INOXIE8357).
Does it mean that this version of Tamino (2.3.1.1) cannot help me here?
Thanks for answers in advance
#webMethods#Tamino#API-Management