paperless-ngx/src-ui/src/app/components/search/result-highlight/result-highlight.component.html
2020-12-18 16:42:33 +01:00

3 lines
154 B
HTML

... <span *ngFor="let fragment of highlights">
<span *ngFor="let token of fragment" [class.match]="token.highlight">{{token.text}}</span> ...
</span>