Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
hiI am trying to write a query with wil cards.I can run this:/dictionary/e/ss/s/qp/q/qt[text()~=‘ironic’]this query finds out all the qt that has ironic in itbut I can not run this:/dictionary/e/ss/s/qp/q/qt[text()~=‘%the’]I am trying to find out the words that ends with “the” for example.I can do it in Oracle but I could not find the way in Tamino.
Simple: it is:/dictionary/e/ss/s/qp/q/qt[text()~=‘*the’]