diff --git a/config/alfresco/messages/webclient.properties b/config/alfresco/messages/webclient.properties
index 4a2e5fbb53..9f46c8ce38 100644
--- a/config/alfresco/messages/webclient.properties
+++ b/config/alfresco/messages/webclient.properties
@@ -1310,10 +1310,6 @@ search_in=Search In
no_engines_registered=Failed to find any registered OpenSearch engines!
current_repo=Current Alfresco Repository
toggle_options=Toggle Options
-no_results=No results
-of=of
-failed_gen_url=Failed to generate url for search engine '{0}'.\\n\\nThis is probably caused by missing required parameters, check the template url for the search engine.
-failed_search=Failed to retrieve search results for '{0}'
# UI Page Titles
title_about=About Alfresco
@@ -1501,6 +1497,6 @@ validation_provide_values_for_required_fields=Please provide values for all requ
# XForms ui
idle=Idle
loading=Loading
-
+eg=e.g.
# File Picker
go_up=Go up
diff --git a/config/alfresco/templates/api/KeywordSearch_query_.ftl b/config/alfresco/templates/api/KeywordSearch_query_.ftl
index e1f5e51e2c..ad0a1fad7f 100644
--- a/config/alfresco/templates/api/KeywordSearch_query_.ftl
+++ b/config/alfresco/templates/api/KeywordSearch_query_.ftl
@@ -1,15 +1,13 @@
-(
- TYPE:"{http://www.alfresco.org/model/content/1.0}content" AND
- (
- (
+TYPE:"{http://www.alfresco.org/model/content/1.0}content" AND <#t>
+( <#t>
+ ( <#t>
<#list 1..terms?size as i>
- @\\{http\\://www.alfresco.org/model/content/1.0\\}name:${terms[i - 1]} <#if (i < terms?size)> OR #if>
+ @\{http\://www.alfresco.org/model/content/1.0\}name:${terms[i - 1]}<#if (i < terms?size)> OR #if> <#t>
#list>
- )
- (
+ ) <#t>
+ ( <#t>
<#list 1..terms?size as i>
- TEXT:${terms[i - 1]} <#if (i < terms?size)> OR #if>
+ TEXT:${terms[i - 1]}<#if (i < terms?size)> OR #if> <#t>
#list>
- )
- )
-)
\ No newline at end of file
+ ) <#t>
+) <#t>
diff --git a/config/alfresco/templates/api/KeywordSearch_view_atom.ftl b/config/alfresco/templates/api/KeywordSearch_view_atom.ftl
index bab51d8007..5b714d8718 100644
--- a/config/alfresco/templates/api/KeywordSearch_view_atom.ftl
+++ b/config/alfresco/templates/api/KeywordSearch_view_atom.ftl
@@ -24,6 +24,7 @@
#if>
<#list search.results as row>
+<#attempt>
${row.name} | ${row.properties.description} | #if> +<#recover> +#attempt> #list>