<% browse_block.with_solr_helper(self) %> <% if browse_block.searches? %>
<% browse_block.searches.each_with_index do |search, index| %>
<%= link_to spotlight.exhibit_browse_path(search.exhibit, search) do %>

<%= search.title %> <% if search.subtitle.present? %><%= search.subtitle %><% end %>

<% if browse_block.display_item_counts? %> <%= t(:'.items', count: search.count) %> <% end %>
<% end %>
<% end %>
<% end %>