How can I use haversine formula to filter query results in querydsl?
I've got two latitude and longitude columns in my table I need to get nearest places to a specific point by latitude, longitude within a specific distance
I need to use Haversine in "where" clause of my query but don't know how
By the way I'm working on a spring boot project (if it helps)
Please somebody help