barnslig / torture

FTP search based on Go! and ElasticSearch for the 31. Chaos Communication Congress
MIT License
17 stars 6 forks source link

Display internal server errors in the frontend #7

Closed barnslig closed 9 years ago

barnslig commented 9 years ago

Currently the frontend is telling the user that the search did not returned any results if the ElasticSearch backend is not reachable. Even that this behaviour is in fact correct, a non-existing elasticsearch does not return any results, we should show an Error 500 page to the user if an error occures.