1
0
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:
PrivateGER
2025-02-19 15:12:16 +01:00
parent d82c8e8e97
commit 4fde14d1cc

View File

@@ -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