We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0fa7dc3 + 5920a74 commit 5487dffCopy full SHA for 5487dff
1 file changed
app/views/search/_result_primo.html.erb
@@ -13,7 +13,7 @@
13
</h3>
14
15
<%# FRBR indicator: show a small callout and link to the Primo record %>
16
- <% if result[:frbrized] %>
+ <% if result[:dedup_record] %>
17
<div class="frbr-callout">
18
<span>Multiple versions found.</span>
19
<% frbr_link = result[:links]&.find { |link| link['kind'].to_s.downcase.include?('full') && link['kind'].to_s.downcase.include?('record') }&.dig('url') %>
0 commit comments