Hello Frank
The following is an answer of one of our developers about your topic posted:
An index for a node with type xs:dateTime is kept in xs:dateTime order.
X-Query however does not support this data type.
The given query thus must compare according to string order, which is not implemented by
the index and consequently the index is not used
(note that it can and
will be used for supporting equality comparisons, though).
Use Tamino XQuery for a typed comparison.
Or change schema type to xs:string, when X-Query must be used.
Hope this helps
best regards
Eric
#webMethods#API-Management#Tamino