diff --git a/webapp/src/main/webapp/templates/freemarker/body/search/search-error.ftl b/webapp/src/main/webapp/templates/freemarker/body/search/search-error.ftl
index 451174d95..3f08f55db 100644
--- a/webapp/src/main/webapp/templates/freemarker/body/search/search-error.ftl
+++ b/webapp/src/main/webapp/templates/freemarker/body/search/search-error.ftl
@@ -3,11 +3,14 @@
<#-- Template for displaying search error message -->
<#if title??>
-
${title?html}
+
+
${title?html}
+
#if>
-
-
-${message?html}
-
+
<#include "searchSelector.ftl">
<#include "search-help.ftl" >
diff --git a/webapp/src/main/webapp/templates/freemarker/body/search/search-help.ftl b/webapp/src/main/webapp/templates/freemarker/body/search/search-help.ftl
index b69e4a57f..e892f96df 100644
--- a/webapp/src/main/webapp/templates/freemarker/body/search/search-help.ftl
+++ b/webapp/src/main/webapp/templates/freemarker/body/search/search-help.ftl
@@ -1,12 +1,16 @@
<#-- $This file is distributed under the terms of the license in LICENSE$ -->
<#if origination?has_content && origination == "helpLink">
+
Search Tips
+
Back to results
<#else>
+
Search Tips
+
#if>
- Keep it simple! Use short, single terms unless your searches are returning too many results.
@@ -15,7 +19,9 @@
- If you are unsure of the correct spelling, put ~ at the end of your search term -- e.g., cabage~ finds cabbage, steven~ finds Stephen and Stefan (as well as other similar names).
+
- When you enter more than one term, search will return results containing all of them unless you add the Boolean "OR" -- e.g., chicken OR egg.
- NOT" can help limit searches -- e.g., climate NOT change.