Skip to content

Commit

Permalink
Merge pull request #4396 from sul-dlss/bw-rows
Browse files Browse the repository at this point in the history
Allow up to 100 bound-withs for an item (that should be enough for an…
  • Loading branch information
corylown authored Aug 22, 2024
2 parents 1d5a2f6 + 209d0b3 commit 4c7347c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/bound_with_children_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def initialize(item_id)
end

def reverse_merge(extra)
extra.merge(q: "bound_with_parent_item_ids_ssim:#{@item_id}", facet: false)
extra.merge(q: "bound_with_parent_item_ids_ssim:#{@item_id}", facet: false, rows: 100)
end
end

Expand Down

0 comments on commit 4c7347c

Please sign in to comment.