simplegeo / python-simplegeo

A client interface for SimpleGeo's API.
http://simplegeo.com
104 stars 18 forks source link

Support searching with multiple place categories. #25

Open jparise opened 13 years ago

jparise commented 13 years ago

The existing 'category' search parameter can now also be a sequence of category names. Backwards compatibility with single string-based category searches has been preserved.

This change requires a patch to the python-oauth2 library that adds support for repeated URL parameters (used by the place search API):

simplegeo/python-oauth2#86

trentonstrong commented 13 years ago

bump.

Multiple category search is essential for a lot of use cases. It's mildly annoying to have to sidestep the SDK for this scenario.