Zip Code Radius Search

Is it possible to add a zip code radius search in stacker?

Use case, user enters their own zip code and it displays all records in database with zip code within 5 miles

Hi @Paul, it’s not something that can be done out of the box with Stacker, but you can request it on our feature request board.

There may be a workaround to solve the problem if you’re using Airtable as your database. I’ve made a database for calculating the distance between two points before using this tutorial: Calculate Time & Distance Between 2 Points in Airtable using Google Maps API. You could perhaps play around with Data Fetcher and the Google Maps API to see if you can build what you need.