mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-05 22:43:03 +00:00
Load hashes of more recent posts first.
This commit is contained in:
parent
a71d442f87
commit
1ce40026b3
@ -77,6 +77,7 @@ async fn main() {
|
||||
hash_error IS NULL AND
|
||||
data->>'file_ext' IN ('jpg', 'png') AND
|
||||
data->>'file_url' <> '/images/deleted-preview.png'
|
||||
ORDER BY id DESC
|
||||
LIMIT 100",
|
||||
&[],
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user