diff --git a/app/controllers/catalog_controller.rb b/app/controllers/catalog_controller.rb index 15e46a92..7520b68b 100644 --- a/app/controllers/catalog_controller.rb +++ b/app/controllers/catalog_controller.rb @@ -421,7 +421,8 @@ def self.created_field document: { limit: 100, # number of records returned with each request, default: 15 set_fields: [ # ability to define ListSets, optional, default: nil - { label: 'collection', solr_field: 'isPartOf_ssim' } + { label: 'admin_set', solr_field: 'isPartOf_ssim' }, + { label: 'collection', solr_field: 'member_of_collections_ssim' } ] } }