<%# This is a search result view %> <% noid = profile.noid %> <% solr_doc = profile.inner_object.solr_doc %>
  • <%= render :partial => 'catalog/_index_partials/identifier_and_action', locals: { document: profile, counter: profile_counter, title_link_target: profile, edit_path: edit_profile_path(profile), solr_doc: solr_doc } %>
    <%= render :partial => 'catalog/_index_partials/thumbnail_display', locals: {document: profile} %>
    <% if solr_doc.has?('desc_metadata__description_tesim') %>
    Description:
    <%= truncate(render_index_field_value(document: solr_doc, field: 'desc_metadata__description_tesim'), length: 150) %>
    <% end %> <% if solr_doc.has?('edit_access_person_ssim') %>
    Owner:
    <%= render_index_field_value(document: solr_doc, field: 'edit_access_person_ssim') %>
    <% end %>