Revize 7b1d7542
Přidáno uživatelem castic96 před téměř 5 roky(ů)
fe/fulltextsearch/src/app/components/pages/search/search-paginator/search-paginator.component.ts | ||
---|---|---|
4 | 4 |
import { MatTable } from '@angular/material/table'; |
5 | 5 |
import { SearchPaginatorDataSource } from './search-paginator-datasource'; |
6 | 6 |
import { TextRegion } from '../../../../model/parts/TextRegion'; |
7 |
import {SearchResponse} from '../../../../model/SearchResponse';
|
|
7 |
import { SearchResponse } from '../../../../model/SearchResponse';
|
|
8 | 8 |
|
9 | 9 |
@Component({ |
10 | 10 |
selector: 'app-search-paginator', |
fe/fulltextsearch/src/app/components/pages/search/search.component.html | ||
---|---|---|
8 | 8 |
</div>--> |
9 | 9 |
<div class="row" *ngIf="data"> |
10 | 10 |
<p class="card-header"> |
11 |
<span>Searching expression: </span>{{data.expression}}<br>
|
|
12 |
<span>Documents found: </span>{{data.textRegions.length}}
|
|
11 |
<span>Searching expression: </span><b>{{data.expression}}</b><br>
|
|
12 |
<span>Documents found: </span><b>{{data.textRegions.length}}</b>
|
|
13 | 13 |
</p> |
14 | 14 |
</div> |
15 | 15 |
<div class="row"> |
Také k dispozici: Unified diff
Re #7802: Implementace vykreslování search page s výsledky
- drobné úpravy vzhledu search komponenty