VEMap.Find is not working properly
Hello, my name is Jesus and i am working with VE5, I'm having some probles with the VEMap.Find method with where parameter, everyt ime I place an address it does not return any value, I place one addres in local.live.com and it get the correct place to place the pin, but in the api it does not work, in VE4 it works, and that is what make me concern more, I don't know if there is a special format to write the address or something, because it is not working in this version, the addres I have been testing is "417 E Carlmel St, San Maros, CA 92078", and this is the way I am making the call toi the method:
var resultsSearch = map.Find('', locStr, null, slDrawing, null, null, true, true, null, true, onFoundResults);
I don't know what el can I do.

