t to i
ci / docker_image (push) Successful in 2m15s
ci / deploy (push) Successful in 30s

This commit is contained in:
2026-06-30 13:12:56 -05:00
parent 5cce7928ec
commit 38fe82731e
+1 -1
View File
@@ -36,7 +36,7 @@ export const load: PageServerLoad = async ({ url, locals }) => {
) m ON TRUE ) m ON TRUE
${searchQuery ? sql`WHERE word_similarity(${searchQuery}, i.description) > 0.3` : sql``} ${searchQuery ? sql`WHERE word_similarity(${searchQuery}, i.description) > 0.3` : sql``}
GROUP BY i.id GROUP BY i.id
ORDER BY t.found_date DESC; ORDER BY i.found_date DESC;
`; `;
items.forEach((item) => items.forEach((item) =>
item.threads?.forEach((thread) => (thread.createdAt = new Date(thread.createdAt))) item.threads?.forEach((thread) => (thread.createdAt = new Date(thread.createdAt)))