5010: remove_items sets the expired_at date if available
[arvados.git] / apps / workbench / app / controllers / search_controller.rb
index 6f209a5a9e0d11fc0a1a0fbaab0b6fe8b47834cc..9e2ff1b00b7e38c31129a3694833023aaebbc825 100644 (file)
@@ -21,6 +21,8 @@ class SearchController < ApplicationController
   end
 
   def next_page_href with_params={}
-    super with_params.merge(last_object_class: @objects.last.class.to_s)
+    super with_params.merge(last_object_class: @objects.last.class.to_s,
+                            project_uuid: params[:project_uuid],
+                            filters: @filters.to_json)
   end
 end