Thanks for your help:
I can find “L. GARCIA FERNANDEZ” searching
test[name~=“L”]
test[name~=“L.”]
test[name~=“L” and name~=“GARCIA”]
test[name~=“L.” and name~=“GARCIA”]
but I can’t find it with:
test[name~=“L GARCIA”]
test[name~=“L. GARCIA”]
test[name~=“L GARCIA FERNANDEZ”]
test[name~=“L. GARCIA FERNANDEZ”]
It’s curious, but if i store “L. GARCIA” i cand find it with the query:
test[name~=“L. GARCIA”]
test[name~=“L GARCIA”]
What can i do for quering by two or more consecutive words?
Thanks again: Juan Carlos.
#webMethods#Tamino#API-Management