Search channels against handles and not names

This commit is contained in:
Chocobozzz
2021-07-29 10:27:24 +02:00
parent fbd67e7f38
commit b033851fb5
17 changed files with 87 additions and 34 deletions

View File

@@ -100,7 +100,7 @@ async function searchVideoChannelsDB (query: VideoChannelsSearchQuery, res: expr
count: query.count,
sort: query.sort,
host: query.host,
names: query.names
handles: query.handles
}, 'filter:api.search.video-channels.local.list.params')
const resultList = await Hooks.wrapPromiseFun(