mirror of
https://git.boykissers.com/pawkey/pawkey-sk.git
synced 2025-12-20 12:14:18 +00:00
fix wrong column name
This commit is contained in:
@@ -280,7 +280,7 @@ export class SearchService {
|
||||
.leftJoinAndSelect('reply.user', 'replyUser')
|
||||
.leftJoinAndSelect('renote.user', 'renoteUser');
|
||||
|
||||
query.andWhere('note.tsvector @@ websearch_to_tsquery(:q)', { q });
|
||||
query.andWhere('note.tsvector_embedding @@ websearch_to_tsquery(:q)', { q });
|
||||
|
||||
if (opts.order === 'asc') {
|
||||
query
|
||||
|
||||
Reference in New Issue
Block a user