Skip to content

Commit

Permalink
number of hits now correct in GV
Browse files Browse the repository at this point in the history
  • Loading branch information
siglun committed May 31, 2021
1 parent 2c8659b commit 2d9cd48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/catalog_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,7 @@ def collection
when "lhv"
id = "lhv"
end
redirect_to action: 'index', f: {subcollection_ssi: ["#{id}"]}, editorial: 'no' match: 'one', search_field: 'Alt'
redirect_to action: 'index', f: {subcollection_ssi: ["#{id}"]}, editorial: 'no', match: 'one', search_field: 'Alt'
end

def oai
Expand Down

0 comments on commit 2d9cd48

Please sign in to comment.