Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finding Postal codes only finds exact matches #15

Closed
heikotroetsch opened this issue Mar 16, 2020 · 4 comments
Closed

Finding Postal codes only finds exact matches #15

heikotroetsch opened this issue Mar 16, 2020 · 4 comments

Comments

@heikotroetsch
Copy link

When searching for postal codes only exact matches are shown.

It would be great to display the closest locations to your postal code.

@heikotroetsch
Copy link
Author

Just checked out the code, it seems its just not activated.

Btw: The Application design with firebase as a backend and pretty much only frontend ist really nice!

@kenodressel
Copy link
Collaborator

Not sure how you mean "not activated". We have a filtering implemented that allows you to type the first numbers of your zip code and by this see nearby results.

@heikotroetsch
Copy link
Author

In your code here const isMapsApiEnabled = false;

On your live website it seems also set to false since when looking for zip code the closest isn't shown and the suggestions aren't there.

I might be wrong but as I see it this feature is set disabled.

@kenodressel
Copy link
Collaborator

Correct. This is because the Google Maps API is too expensive for the traffic we have. So we are waiting for a sponsoring from Google and if we get it, we re-enable the Google Maps integration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants