web & server: using tantivy for news post search

This commit is contained in:
2024-09-29 16:28:05 -07:00
parent f36d1e0c29
commit 3ec1741f10
22 changed files with 737 additions and 170 deletions

View File

@@ -10,4 +10,5 @@ FROM
JOIN feed f ON p.site = f.slug
WHERE
uid = ANY ($1)
;
ORDER BY
date DESC;