web & server: using tantivy for news post search
This commit is contained in:
@@ -10,4 +10,5 @@ FROM
|
||||
JOIN feed f ON p.site = f.slug
|
||||
WHERE
|
||||
uid = ANY ($1)
|
||||
;
|
||||
ORDER BY
|
||||
date DESC;
|
||||
|
||||
Reference in New Issue
Block a user