mirror of
https://github.com/Syfaro/fuzzysearch.git
synced 2024-11-10 17:02:38 +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
|
hash_error IS NULL AND
|
||||||
data->>'file_ext' IN ('jpg', 'png') AND
|
data->>'file_ext' IN ('jpg', 'png') AND
|
||||||
data->>'file_url' <> '/images/deleted-preview.png'
|
data->>'file_url' <> '/images/deleted-preview.png'
|
||||||
|
ORDER BY id DESC
|
||||||
LIMIT 100",
|
LIMIT 100",
|
||||||
&[],
|
&[],
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user