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 3f08f55db..711a2bafe 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,14 +3,10 @@
<#-- Template for displaying search error message -->
<#if title??>
-
-
${title?html}
-
+ ${title?html}
#if>
-
-<#include "searchSelector.ftl">
+
+
+${message?html}
+
<#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 e892f96df..b69e4a57f 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,16 +1,12 @@
<#-- $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.
@@ -19,9 +15,7 @@
- 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.
diff --git a/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl b/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl
index 16820d282..5d8f0f244 100644
--- a/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl
+++ b/webapp/src/main/webapp/templates/freemarker/body/search/search-pagedResults.ftl
@@ -3,13 +3,10 @@
<#-- Template for displaying paged search results -->