Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix broken template rendering on /search requests (internetarchive#8757)
* Fix broken template rendering on /search requests Work search template expects a SearchResponse object, but None was being sent if the request did not have any params. Updated request to always send a SearchResponse object. Also, removed an unused import.
- Loading branch information