X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/19ae770973482257117fe8ded5619c3018c4b60f..4e32a5d047ab832e7399dedd7b5dd5f8fc364367:/apps/workbench/app/controllers/search_controller.rb diff --git a/apps/workbench/app/controllers/search_controller.rb b/apps/workbench/app/controllers/search_controller.rb index 447f416aa2..2511ab0818 100644 --- a/apps/workbench/app/controllers/search_controller.rb +++ b/apps/workbench/app/controllers/search_controller.rb @@ -15,6 +15,8 @@ class SearchController < ApplicationController end @objects = search_what.contents(limit: @limit, offset: @offset, + count: 'none', + last_object_class: params["last_object_class"], filters: @filters) super end @@ -22,6 +24,7 @@ class SearchController < ApplicationController def next_page_href with_params={} super with_params.merge(last_object_class: @objects.last.class.to_s, project_uuid: params[:project_uuid], + count: 'none', filters: @filters.to_json) end end