Search works

This commit is contained in:
Simon Hanna 2018-08-20 14:09:45 +02:00
parent 6a8d1a55cc
commit cebd15c57c
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ export class OpenLPService {
}
*/
search(plugin, text) {
return this.http.get(`${this.apiURL}/${plugin}/search`);
return this.http.get(`${this.apiURL}/${plugin}/search?q=${text}`);
}
/*