mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
update example search
This commit is contained in:
@@ -54,9 +54,9 @@ class SearchDemo implements OnInit {
|
||||
|
||||
authenticated: boolean;
|
||||
|
||||
public searchTerm: string = 'foo bar';
|
||||
public searchTerm: string = 'test';
|
||||
|
||||
host: string = 'http://192.168.99.100:8080';
|
||||
host: string = 'http://192.168.99.101:8080';
|
||||
|
||||
constructor(
|
||||
private authService: AlfrescoAuthenticationService,
|
||||
|
Reference in New Issue
Block a user