mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
Search works
This commit is contained in:
parent
6a8d1a55cc
commit
cebd15c57c
@ -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}`);
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user