X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/6e396b2923990f950bddb427fdf2258eba4b5adf..d80a6ec2bf1181da1ef5f2b6e575e83ca15562a8:/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 9e2ff1b00b..447f416aa2 100644 --- a/apps/workbench/app/controllers/search_controller.rb +++ b/apps/workbench/app/controllers/search_controller.rb @@ -15,8 +15,7 @@ class SearchController < ApplicationController end @objects = search_what.contents(limit: @limit, offset: @offset, - filters: @filters, - include_linked: true) + filters: @filters) super end