Search works

This commit is contained in:
Simon Hanna 2018-08-20 14:09:45 +02:00
parent 6a8d1a55cc
commit cebd15c57c

View File

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