Guest User

Untitled

a guest
Jul 12th, 2018
287
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. ThinkingSphinx::Search.search('keywords',
  2. :geo => [
  3. degrees_to_radians(params[:lat].to_f),
  4. degrees_to_radians(params[:lon].to_f)
  5. ],
  6. :latitude_attr => "latitude",
  7. :longitude_attr => "longitude"
  8. )
Add Comment
Please, Sign In to add comment