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

FullText Search Behaviour

  • 1.  FullText Search Behaviour

    Posted Fri December 19, 2003 10:03 AM

    what are the results???

    content~=‘’
    content~=‘’


    #webMethods
    #Tamino
    #API-Management


  • 2.  RE: FullText Search Behaviour

    Posted Fri December 19, 2003 12:33 PM

    Hello,

    The query

    content~=‘’

    will fail since it is not valid X-Query. The query

    content[.~=‘’]

    will find content root elements with immediate text child containing the word “xml”. The less than and greater than characters are ignored as is other punctuation characters such as comma, period, semi-colon etc.

    Hope this helps.

    Stuart Fyffe-Collins
    Software AG (UK) Ltd.


    #Tamino
    #API-Management
    #webMethods


  • 3.  RE: FullText Search Behaviour

    Posted Fri December 19, 2003 01:08 PM

    Thnx for your fast answer Stuart Fyffe-Collins,
    BTW campoTexto[@nombre=‘NOMBREFICHERO’]~=‘alfonso
    be
    campoTexto[./@nombre[.=‘NOMBREFICHERO’]][./~=‘alfonso’]

    Alfonso.


    #Tamino
    #webMethods
    #API-Management