(search) Fix problem list in clustered search results

This commit is contained in:
Viktor Lofgren 2024-05-14 13:05:52 +02:00
parent 55a7c1db00
commit c3e3a3dbc5

View File

@ -19,7 +19,9 @@
<a href="/site/{{url.domain}}" title="Domain Information">Info</a>
<a href="/site-search/{{url.domain}}/{{query}}?profile={{profile}}" title="More results from this domain">{{resultsFromSameDomain}}+</a>
<div class="meta">
{{#if problemCount}} <span class="problems" title="{{problems}}"> ⚠ {{problemCount}} </span> {{/if}}
{{#each problems}}
<span class="problem" title="{{description}}">{{name}}</span>
{{/each}}
<span aria-hidden="true" class="meta positions"
title="Positions where keywords were found within the document">{{positions}}</span>
</div>