Skip to content

Commit 357d16b

Browse files
committed
set the facet limit higher because we have so many institutions
1 parent f38449f commit 357d16b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arclight/app/controllers/arclight/repositories_controller.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ def fetch_collection_counts
4747
results = search_service.search(
4848
q: "level_ssim:Collection",
4949
'facet.field': "repository_ssim",
50+
'facet.limit': 500,
5051
fq: "preview_ssi:false", # exclude previewed finding aids from collections counts
5152
rows: 0
5253
)

0 commit comments

Comments
 (0)