+<#include "search-help.ftl" >
\ No newline at end of file
diff --git a/webapp/web/templates/freemarker/body/search/search-help.ftl b/webapp/web/templates/freemarker/body/search/search-help.ftl
index 32a190884..98fc9c222 100644
--- a/webapp/web/templates/freemarker/body/search/search-help.ftl
+++ b/webapp/web/templates/freemarker/body/search/search-help.ftl
@@ -1,18 +1,43 @@
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
-
Search Tips
-
-
Use short, single terms unless your searches are returning too many results
-
When you enter more than one term, the search will look for records containing all of them unless you add the word "OR" between your terms.
-
"NOT" can help limit searches -- e.g., climate NOT change
Keep it simple! Use short, single terms unless your searches are returning too many results.
+
Use quotes to search for an entire phrase -- e.g., "protein folding".
+
Except for Boolean operators, searches are not case-sensitive, so Geneva and geneva are equivalent.
Except for boolean operators, searches are not case-sensitive, so "Geneva" and "geneva" are equivalent
-
Enclose a phrase in quotes (") to search for the whole phrase, not individual words (e.g., "protein folding") -- both leading and ending quotes are required
-
Phrase searches may be combined with boolean operators: "climate change" OR "global warming"
-
The search uses stemming by default so that close word variations will also be found (e.g., "sequence" also matches "sequences" and "sequencing").
- Use the wildcard * character to match wider variation (e.g., nano* to match both
- nanotechnology and nanofabrication), but note that searching uses stemmed, or shortened, versions of words,
- so "cogniti*" finds nothing while "cognit*" finds both cognitive and cognition
-
If you're not sure of the spelling, put a ~ at the end -- e.g., cabage~ finds cabbage,
- steven~ finds Stephen and Stefan (as well as a few unwanted extra words)
-
To match a person or unit's primary entry, enter name: Smith or name: Biology
-
\ No newline at end of file
+
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.
+
Phrase searches may be combined with Boolean operators -- e.g. "climate change" OR "global warming".
+
Close word variations will also be found -- e.g., sequence matches sequences and sequencing.
+
Use the wildcard * character to match an even wider variation -- e.g., nano* will match both nanotechnology and nanofabrication.
+
Search uses shortened versions of words -- e.g., a search for cogniti* finds nothing, while cognit* finds both cognitive and cognition.
+
+Close
+${stylesheets.add('')}
+
\ No newline at end of file
diff --git a/webapp/web/templates/freemarker/body/search/search-pagedResults.ftl b/webapp/web/templates/freemarker/body/search/search-pagedResults.ftl
index 7db886a0e..5203b4fb3 100644
--- a/webapp/web/templates/freemarker/body/search/search-pagedResults.ftl
+++ b/webapp/web/templates/freemarker/body/search/search-pagedResults.ftl
@@ -9,7 +9,7 @@
<#if typeName?has_content>limited to type '${typeName}'#if>
#escape>
-
+Not the results you expected?