mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
Cannot click on a item in search result
This commit is contained in:
@@ -64,7 +64,7 @@ export class AlfrescoSearchComponent implements OnChanges, OnInit {
|
||||
|
||||
route: any[] = [];
|
||||
|
||||
constructor(private _alfrescoSearchService: AlfrescoSearchService,
|
||||
constructor(private alfrescoSearchService: AlfrescoSearchService,
|
||||
private translate: AlfrescoTranslationService,
|
||||
private _alfrescoThumbnailService: AlfrescoThumbnailService,
|
||||
@Optional() params: RouteParams) {
|
||||
@@ -118,7 +118,7 @@ export class AlfrescoSearchComponent implements OnChanges, OnInit {
|
||||
*/
|
||||
public displaySearchResults(searchTerm): void {
|
||||
if (searchTerm !== null) {
|
||||
this._alfrescoSearchService
|
||||
this.alfrescoSearchService
|
||||
.getLiveSearchResults(searchTerm)
|
||||
.subscribe(
|
||||
results => {
|
||||
|
Reference in New Issue
Block a user