From 4f5d045960b042eb27e10bac1bdaf1c074c9fa2a Mon Sep 17 00:00:00 2001 From: Rigel Kent Date: Thu, 23 Jul 2020 21:30:04 +0200 Subject: harmonize search for libraries --- server/controllers/api/accounts.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'server/controllers/api/accounts.ts') diff --git a/server/controllers/api/accounts.ts b/server/controllers/api/accounts.ts index ccdc610a2..b1c05c6c0 100644 --- a/server/controllers/api/accounts.ts +++ b/server/controllers/api/accounts.ts @@ -120,7 +120,8 @@ async function listAccountChannels (req: express.Request, res: express.Response) start: req.query.start, count: req.query.count, sort: req.query.sort, - withStats: req.query.withStats + withStats: req.query.withStats, + search: req.query.search } const resultList = await VideoChannelModel.listByAccount(options) -- cgit v1.2.3