IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.

 View Only
Expand all | Collapse all

using wildcards in tamino

  • 1.  using wildcards in tamino

    Posted Thu April 24, 2003 03:21 PM

    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. :confused:


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: using wildcards in tamino

    Posted Fri April 25, 2003 06:55 PM

    Simple: it is:
    /dictionary/e/ss/s/qp/q/qt[text()~=‘*the’]


    #API-Management
    #webMethods
    #Tamino