diff -r ded6cd947ade -r 7877f25a19d6 vendor/plugins/redmine_tags/app/views/projects/index.rhtml
--- a/vendor/plugins/redmine_tags/app/views/projects/index.rhtml
+++ b/vendor/plugins/redmine_tags/app/views/projects/index.rhtml
@@ -60,7 +60,7 @@
   <%= l("label_project_all") %>
 </h2>
 
-<%= render_project_table(@projects) %>
+<%= render_project_table_with_filtering(@projects, @question) %>
 
 <p class="pagination"><%= pagination_links_full @project_pages, @project_count %></p>
 
