From 241259da5fbda87b93f18d85d180b4829312b3bc Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Tue, 28 Jul 2020 11:33:28 -0700 Subject: release search: fix fulltext_only checkbox (from query object) --- python/fatcat_web/routes.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/fatcat_web/routes.py') diff --git a/python/fatcat_web/routes.py b/python/fatcat_web/routes.py index 20fe0e12..1281a617 100644 --- a/python/fatcat_web/routes.py +++ b/python/fatcat_web/routes.py @@ -742,6 +742,7 @@ def coverage_search(): coverage_stats=None, coverage_type_preservation=None, year_histogram_svg=None, + date_histogram_svg=None, ) query = ReleaseQuery.from_args(request.args) -- cgit v1.2.3