In my Experience Builder mapping app (Developer 1.11), now that we are live, we are finding a problem with the search widget.
In some address searches for valid addresses, the suggestion is providing good results, but clicking on them indicate that the address is not found. If you just type the address and press enter, the address is found just fine.
Looking at the rest services being called, everything looks to be working right. Where things seem to be failing is with the 'magic key' being passed from the suggestion. I can reproduce the behavior from the rest endpoints by first using the suggest endpoint, getting the suggestions, and then pasting the address and magic key into the 'find address candidates' endpoint. If I remove the magic key, the find endpoint has no problem providing a geocoded result.
Has anyone else had this problem? I am suspecting this is due to our using a composite locator and the magic key somehow not being matched up correctly.
Thanks!
Jonathan