[ADF-1039] Search results highlighting (#2080)

* Provide a way to highlight the searched word

* Add unit test
This commit is contained in:
Maurizio Vitale
2017-07-13 15:07:48 +01:00
committed by Eugenio Romano
parent ba81458d57
commit a2a4935b06
10 changed files with 79 additions and 1 deletions

View File

@@ -52,6 +52,9 @@ export class AlfrescoSearchAutocompleteComponent implements OnInit, OnChanges {
@Input()
resultType: string = null;
@Input()
highlight: boolean = false;
@Output()
fileSelect: EventEmitter<any> = new EventEmitter();