codeforamerica / srtracker

Open311 Service Request Status Site
BSD 3-Clause "New" or "Revised" License
20 stars 23 forks source link

Support Free-Text Search #48

Open Mr0grog opened 11 years ago

Mr0grog commented 11 years ago

Chicago's Open311 API supports searching by using the "q" parameter on the requests.json/xml endpoint. (http://dev.cityofchicago.org/docs/api/service_requests). It would be great to optionally support this in SRTracker.

kfogel commented 11 years ago

At Open Gov Hack Night in Chicago, we made a branch that implements full-text search. It needs some cleaning up, but the basic functionality is there:

https://github.com/OpenTechStrategies/srtracker/tree/full-text-search

Things that need cleaning up:

There's probably other stuff we haven't thought of, but hopefully this is a start. Go wild :-).

Mr0grog commented 11 years ago

Work for this is now happening in the search branch.

kfogel commented 11 years ago

We're planning to work on this some more at the Chicago Open Gov Hack Night this coming Nov. 13th.