update example search

This commit is contained in:
Mario Romano
2016-06-02 11:50:12 +01:00
parent 9294b4542c
commit c104a975fb
2 changed files with 78 additions and 16 deletions

View File

@@ -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,