File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,7 +143,7 @@ def search_action_url(options = {})
143
143
f = options . fetch ( 'f' , { } ) . merge ( load_subsite . default_filters )
144
144
if load_subsite . restricted . present?
145
145
repository_id = @document [ :lib_repo_code_ssim ] . first
146
- return search_repository_catalog_path ( repository_id : repository_id , f : f )
146
+ return search_repository_search_path ( repository_id : repository_id , f : f )
147
147
else
148
148
# pages have a module scope so controller needs the leading slash
149
149
# and since this is not a BL controller, we need to supply the search field
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ def landing_page_search_url(document)
72
72
facet_value = document . fetch ( 'short_title_ssim' , [ ] ) . first
73
73
if document [ :restriction_ssim ] . present?
74
74
repository_id = document [ :lib_repo_code_ssim ] . first
75
- search_repository_catalog_path ( repository_id : repository_id , f : { facet_field => [ facet_value ] } )
75
+ search_repository_search_path ( repository_id : repository_id , f : { facet_field => [ facet_value ] } )
76
76
else
77
77
search_action_path ( :f => { facet_field => [ facet_value ] } )
78
78
end
You can’t perform that action at this time.
0 commit comments