Currently, the module parses the location field to a string, for clients like Google to search on.
It glues the name, street, postal code, etc together to form a string like 'LimoenGroen,Ruijterkade%20142,Amsterdam,nl,1011AC.

This string is then send to for example Google to find a location. However, the name part in the beginning of the string makes that Google cannot find a location. Compare for example: https://maps.googleapis.com/maps/api/geocode/json?address=LimoenGroen,Ru... with https://maps.googleapis.com/maps/api/geocode/json?address=Ruijterkade%20... (LimoenGroen is our company name).

CommentFileSizeAuthor
#2 the_name_part_in_the-2840696-2.patch826 bytesBarisW
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

BarisW created an issue. See original summary.

BarisW’s picture

Status: Active » Needs review
FileSize
826 bytes

  • Pol committed 9fb8019 on 7.x-1.x authored by BarisW
    Issue #2840696 by BarisW: The name part in the location string results...
Pol’s picture

Status: Needs review » Fixed

Thanks !

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.