FullText Search Behaviour

what are the results???

content~=‘’
content~=‘’

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.

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

Alfonso.