Open Mr0grog opened 12 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 :-).
Work for this is now happening in the search
branch.
We're planning to work on this some more at the Chicago Open Gov Hack Night this coming Nov. 13th.
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.