diff --git a/app/views/search/_display_results.rhtml b/app/views/search/_display_results.rhtml
index 52ee4d9..f0c8201 100644
--- a/app/views/search/_display_results.rhtml
+++ b/app/views/search/_display_results.rhtml
@@ -1,4 +1,12 @@
+
+<% if @category %>
+
+<%= link_to _('Search for "%s" in the whole site') % @query,
+ :controller => 'search', :action => 'index', :category_path => [], :query => @query %>
+
+<% end %>
+
<%
pos2 = :odd # allow to format in a two colons layout
pos3 = 3 # allow to format in a thre colons layout
@@ -33,6 +41,7 @@
<% end %>
<% end %>
+