Hi again,
Now, I have this XQUERY:
declare namespace tf='http://namespaces.softwareag.com/tamino/TaminoFunction' for $Company in (input()/Company[/Company/Name[tf:containsText(., '*r meier*')]])[position() > 0 and position() <= 1000] return <Company Name={$Company/Name}>{$Company/Name}</Company> sort by (@Name)
Like result, I have a Tamino Error:
Tamino Error - ino:returnValue: 8599 - ino:Code: INOXME8599 - ino:messagetext: Internal error - ino:messageline: storare overflow during near operation
With the same XQUERY, but with another word:
declare namespace tf='http://namespaces.softwareag.com/tamino/TaminoFunction' for $Company in (input()/Company[/Company/Name[tf:containsText(., '*a b c*')]])[position() > 0 and position() <= 1000] return <Company Name={$Company/Name}>{$Company/Name}</Company> sort by (@Name)
With this XQUERY, I habe a result!!!
I don’t understand where is the problem. It depends the criterion, I have a Tamino error or not!
For your information, I habe an index of type “text” on /Company/Name element et in the params of my database, I put Word Fragment Index to “yes”.
Is anyone can help me!
Thank you for your help!
C
#webMethods#API-Management#Tamino