<% @search.results.values.flatten.each do |res| %> <% end %>
<% if res.is_a? Thing %> <%= res.title %>
Authors: <%= authors_or_editors(res) %>
Publisher: <%= string_maybe(res.publisher) %>
Year: <%= string_maybe(res.year) %>
Kind: <%= res.kind %>
Note: <%= string_maybe(res.note) %>
<% unless res.url.blank? %> <% end %>
<% else %> <%= I18n.t('comments.title') %> <%= I18n.t('general.in') %> «<%= res.thing.title %>»
<%= res.content %>
<% end %>