Hello there.
I tried a very similar query with Tamino 4.1.1.9 and the “patient” schema, which worked.
Here it is, just for those interested:
declare namespace ft="http://www.w3.org/2002/04/xquery-operators-text"
for $x in input()/patient[ft:text-contains(name/surname,"At*")]
return $x
Could you please tell us the type of the Story element in your schema?
Thanks,
Trevor.
#Tamino#webMethods#API-Management