Fix bug
This commit is contained in:
parent
075af96338
commit
df92b41d25
@ -48,6 +48,7 @@ export default define(meta, async (ps) => {
|
||||
const hashtags = await Hashtags.createQueryBuilder('tag')
|
||||
.where('tag.name like :q', { q: ps.query.toLowerCase() + '%' })
|
||||
.orderBy('tag.count', 'DESC')
|
||||
.groupBy('tag.id')
|
||||
.take(ps.limit!)
|
||||
.skip(ps.offset)
|
||||
.getMany();
|
||||
|
Loading…
Reference in New Issue
Block a user