datamade / nyc-council-councilmatic

NYC Council version of Councilmatic
MIT License
8 stars 3 forks source link

Start by faceting bill search by current session #72

Closed fgregg closed 6 years ago

fgregg commented 6 years ago

Given the volume of legislation, I would suggest starting, by default to facet the current legislation by current session.

reginafcompton commented 6 years ago

I added a facets filter for years: https://nyc-council-staging.datamade.us/search/

One thought:

I'd prefer that it order numerically, rather than lexicographically, but I do not see that option for SearchQuerySets: http://django-haystack.readthedocs.io/en/latest/faceting.html#configuring-facet-behaviour

reginafcompton commented 6 years ago

Opened up a related issue #94