System Information
- Strapi Version: 3.6.8
- Operating System:
- Database: SQLite
- Node Version: 14.15.3
- NPM Version:
- Yarn Version:
Hi
I’m hoping you can help me, I’m trying to create a search which can find and only display entries which are x distance from the user.
I’m looking to give distinct intervals for example, 5,10 and 20 mile distance radius. Ill probably end up using a npm package such as geodist to calculate the distances.
How can I implement this to work with strapis filters.
Thanks