paperless-ngx/src-ui/src/app/components/search/result-highlight/result-highlight.component.html
2020-11-23 23:39:42 +01:00

3 lines
185 B
HTML

... <span *ngFor="let fragment of highlights">
<span *ngFor="let token of fragment" [ngClass]="token.term != null ? 'match term'+ token.term : ''">{{token.text}}</span> ...
</span>