CAWSCIT / ca-meeting-finder-issue-tracker

Public Repo For tracking known issues and work for the C.A. Meeting Finder app.
0 stars 0 forks source link

Localized vs nonlocalized fields in map search #13

Open enderv opened 5 months ago

enderv commented 5 months ago

Copied from: https://github.com/CAWSCIT/caws-api/issues/88

For some reason when we enter a Location Search (in the admin when adding a new Group), there are two seemingly random scenarios:

  1. When we enter Sverige, Göteborg, Vegagatan 48A as the address and click the suggested location, the city and localized_city are auto-populated (assuming Google Maps is returning all the data we expect).
  2. When we enter 9122 34a Ave NW, Edmonton, AB T6E 5P4 as the address and click the suggested location, the city and localized_city are not auto-populated.

It would be interesting to know why this is, and if there's anything we can do to make this experience more consistent.