Rudolf,
yes, that’s what I wrote: you must tell Tamino to handle ’ differently:
The query …?_xql=a/b[c~=“*'”] will not produce the desired result as well. The reason is that ’ is defined as white space in Tamino. You can modify this classification by adding the following line to ino:transliteration (see Tamino documentation “Character Handling and Word Recognition” for details)
<ino:character ino:value=“'” ino:class=“character” />
Then, recreate text indexes and restart the Tamino server to make changes take effect. After that, the query …?_xql=a/b[c~=“'”] will find all c elements which contain an '
This works - I have tested that.
Regards
Harald
#webMethods#Tamino#API-Management