@if (isLoading$ | async) {
} search
{{ (!tooManyResults ? T.F.SEARCH_BAR.INFO : T.F.SEARCH_BAR.TOO_MANY_RESULTS) | translate }}
@for (item of filteredIssueSuggestions$ | async; track trackByFn($index, item)) { @if (item.ctx) { } {{ item?.titleHighlighted || item?.title }} @if (item.issueType) { } @if (item.isArchiveTask) { archive } }