codeforamerica / cfapi

The Code for America API. Tracks and motivates activity and participation across the civic technology movement.
http://codeforamerica.org/api
MIT License
113 stars 52 forks source link

Support tag-based querying of organizations #310

Closed tdooner closed 6 years ago

tdooner commented 6 years ago

PR codeforamerica/brigade-information#42 added "tags" information to the brigade-information repository. To help users of this data, like myself, filter the list effectively, this commit adds a tags query parameter to filter the list down.

For simplicity, it uses PostgreSQL's JSONB data type to store and query the data.