From 7850ce229de7c817c04509ddc8339a7934774c06 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Fri, 26 Feb 2021 12:02:49 -0800 Subject: web: try container search along with release for generic queries --- python/fatcat_web/templates/release_search.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'python/fatcat_web/templates') diff --git a/python/fatcat_web/templates/release_search.html b/python/fatcat_web/templates/release_search.html index 4de56fa2..59a234c0 100644 --- a/python/fatcat_web/templates/release_search.html +++ b/python/fatcat_web/templates/release_search.html @@ -35,6 +35,16 @@

+{% if container_found and container_found.results %} +
+
Were you looking for this journal, instead of publications?
+
+ {{ entity_macros.container_search_result_row(container_found.results[0]) }} +
+
+
+{% endif %} + {% if found %} {% if found.results %} -- cgit v1.2.3