X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/76588ec068a21183977401d5c403e2fe57cd61fd..df9e166a5ffc4aa79658bec1a5d552a3b413f0d8:/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