evoWeb / store_finder

Store finder extension for TYPO3
GNU General Public License v2.0
2 stars 9 forks source link

problems with adresses with "Umlauten" like ä,ü,ö #16

Closed mym91 closed 4 years ago

mym91 commented 4 years ago

When I search for addresses Like Zürich or München I always get an error on web/typo3conf/ext/store_finder/Classes/Service/GeocodeService.php:186 because the geocoder doesn't found any result. The same problem occurs if I geocode an adresse with "Umlauten" in backend.

By the way, I get also the same error if I type a place, which doesn't exists, because $results->get(0) doesn't work.

screen_error