Retrohunt
Base
- Removed multiget_search()
- Added the "key_space" parameter to the search(), histogram() and facet() methods that adds an ID filter to the Elasticsearch Query DSL
UI
- Changed the Retrohunt detail route by removing the "hits" and "errors" values.
- Added the "hits" route that returns the search results of a Retrohunt job.
- Added the "errors" route that returns the errors of a Retrohunt job.
- Added the "types" route that returns the facet results of a Retrohunt job.
Frontend
- Removed the collapsible elements.
- Added the files types graph with the "hits" search results.
- Moved the errors in a dialog.