mirror of
https://github.com/MarginaliaSearch/MarginaliaSearch.git
synced 2025-02-23 21:18:58 +00:00
(search) Fix problem list in clustered search results
This commit is contained in:
parent
55a7c1db00
commit
c3e3a3dbc5
@ -19,7 +19,9 @@
|
|||||||
<a href="/site/{{url.domain}}" title="Domain Information">Info</a>
|
<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>
|
<a href="/site-search/{{url.domain}}/{{query}}?profile={{profile}}" title="More results from this domain">{{resultsFromSameDomain}}+</a>
|
||||||
<div class="meta">
|
<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"
|
<span aria-hidden="true" class="meta positions"
|
||||||
title="Positions where keywords were found within the document">{{positions}}</span>
|
title="Positions where keywords were found within the document">{{positions}}</span>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user