hi
I 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 it
but 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’]