3235: Show multiple object types in top-nav Search modal.
[arvados.git] / apps / workbench / app / controllers / search_controller.rb
1 class SearchController < ApplicationController
2   def find_objects_for_index
3     @objects = Group.contents(limit: @limit, offset: @offset, filters: @filters)
4     super
5   end
6 end