Hi,
The attributes values are excluded from the full text search on elements by purpose. This is due to the fact that the full text search is performed on the string values of a node and an attribute value does not belong to the string value of the parent element. In order to check the containment of a string in attribute values you have to walk through all attributes and check their values. This can be done by a using a path expression that looks like:
input()/doct-type[@*[tf:containsText(.,?xyz?)]]
The problem is to define the required indexes, because you have to define a text index on every attribute you want to query. It might be helpful to use a multi path index.
Best regards,
Thorsten
#API-Management#Tamino#webMethods