forked from extern/egroupware
SearchMixin: Actually pass search options
This commit is contained in:
parent
c8ccf78550
commit
5dc1c74167
@ -720,7 +720,7 @@ export const Et2WithSearchMixin = <T extends Constructor<LitElement>>(superclass
|
||||
*/
|
||||
protected remoteQuery(search : string, options : object)
|
||||
{
|
||||
return this.egw().request(this.searchUrl, [search]).then((result) =>
|
||||
return this.egw().request(this.searchUrl, [search, options]).then((result) =>
|
||||
{
|
||||
this.processRemoteResults(result);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user