cfpb / sheer

A tool for loading arbitrary content into Elasticsearch and serving that content on the web.
Creative Commons Zero v1.0 Universal
29 stars 23 forks source link

remove double "results" in json API #37

Closed rosskarchner closed 10 years ago

rosskarchner commented 10 years ago

Currently, the json API returns things in the form {'results': {'results': the actual results}}

That's silly. This fixes that.

dpford commented 10 years ago

Yep, that is silly!