Skip to content

Commit

Permalink
Use solr doc to build proxy instead of fetching a new proxy from solr
Browse files Browse the repository at this point in the history
  • Loading branch information
cjcolvar committed Jul 30, 2024
1 parent 0841be6 commit 9a79d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/helpers/blacklight/local_blacklight_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def facet_group_names
end

def url_for_document doc, options = {}
SpeedyAF::Base.find(doc[:id])
SpeedyAF::Base.for(doc.to_h.with_indifferent_access)
end

def contributor_index_display args
Expand Down

0 comments on commit 9a79d5a

Please sign in to comment.