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

API will 404 when query does not exist #53

Closed dpford closed 10 years ago

dpford commented 10 years ago

This fixes #50 so a 404 should now be returned if you use an incorrect name for a query.

rosskarchner commented 10 years ago

Good work! The (default?) error message is pretty unhelpful, but I'll open a separate ticket for that.

rosskarchner commented 10 years ago

I'm trying this out with the 'itspecialists' repo, and

http://localhost:7000/feed/jobs returns "ValueError: zero length field name in format" http://localhost:7000/feed/jobs/ returns 404

rosskarchner commented 10 years ago

that comment was on the wrong PR-- moving it.