search-type = “text” means you wish to perform text type searches, e.g. to find an element with the word ‘Hello’ you could say x/y[z~=“hello”]. For search-type = “standard” (which is what you need) allows standard type queries (=, >, < etc) to be issued, e.g x[timestamp>2323]. If the appropiate index is not built Tamino will still attempt to resolve the query by reading every document and this make take time. Of course if you want the best of both indexes you can set the search-type = “standard text” - this will require more database space and will take a little longer to store documents. :rolleyes:
#API-Management#Tamino#webMethods