-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug Fixes and some enhancements #6
base: master
Are you sure you want to change the base?
Conversation
I'm using ruby 1.9.2 and having some problems with simplegeo gem results = SimpleGeo::Client.get_places_by_address("121 N La Salle St, Chicago, IL 60602", {'category' => 'Restaurant', 'type' => CGI::escape('Food & Drink'), 'radius' => 20}) Also I get no results back if I pass a q parameter for searching where "El Circo Cheapo Cabaret" is the name of some restaurant that I get from getting results without the q argument. Any fixes about this in near future? |
This patch has not been pulled in. You can try using my fork: https://github.com/codewranglers/simplegeo-ruby |
I get the same results - no results when using the q parameter |
OK, sorry about last pull request that I cancelled. This one works. :)
So, here's what I have done:
Thoughts?