mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-05-01 11:19:32 -05:00
Fix: restore search highlighting on large cards results (#6728)
This commit is contained in:
parent
239a2b0584
commit
bc3b1700e9
@ -34,7 +34,7 @@
|
||||
</h5>
|
||||
</div>
|
||||
<p class="card-text">
|
||||
@if (document.__search_hit__?.score && document.__search_hit__.highlights) {
|
||||
@if (document.__search_hit__ && document.__search_hit__.highlights) {
|
||||
<span [innerHtml]="document.__search_hit__.highlights"></span>
|
||||
}
|
||||
@for (highlight of searchNoteHighlights; track highlight) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user