activerecord-postgres-earthdistance
activerecord-postgres-earthdistance copied to clipboard
Could I use `OR` with
Currently, I need to build something like:
Select * from stores where (location in radius 10km) or name = 'Hola'
Do we support this feautre?