datamade / nyc-councilmatic

:statue_of_liberty: a web app for keeping tabs on city council activity in New York City
https://nyc.councilmatic.org
MIT License
39 stars 12 forks source link

Decide how to search in NYC Councilmatic #194

Closed reginafcompton closed 8 years ago

reginafcompton commented 8 years ago

@derekeder We cannot order the SQS by date, since the NYC bill models do not have a "last-action-date." (And it is not possible to order SQS results by a custom method property: http://stackoverflow.com/questions/981375/using-a-django-custom-model-method-property-in-order-by)

We could just order by title (ascending and descending) and relevance?