From 14dcadd540fa4dff1db8aff80bda410c025edbdd Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Mon, 29 Jun 2020 20:02:03 -0700 Subject: recommend search filter changes on no hits page --- fatcat_scholar/templates/search.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'fatcat_scholar/templates/search.html') diff --git a/fatcat_scholar/templates/search.html b/fatcat_scholar/templates/search.html index 13d1aec..ee95af3 100644 --- a/fatcat_scholar/templates/search.html +++ b/fatcat_scholar/templates/search.html @@ -94,6 +94,24 @@ {% trans %}We didn't find any documents matching your query{% endtrans %} +
+ {% if query.filter_type != "everything" %} + + {% endif %} + {% if query.filter_time and query.filter_time != "all_time" %} + + {% endif %} + {% if query.filter_availability != "everything" %} + + {% endif %} + {{ _("Start Over") }} +
Try archive.org Try fatcat.wiki -- cgit v1.2.3