Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arclight/app/components/oac/search_document_component.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ def search_bar

def search_bar_component
params = helpers.search_state.params_for_search.except(:qt)
params["f[collection][]"] = @document.collection.normalized_title
params["f[collection][]"] = @document.collection.oac_normalized_title

Oac::SearchBarComponent.new(
placeholder_text: "Search this collection",
Expand Down