mirror of
https://github.com/immich-app/immich.git
synced 2025-12-28 01:11:47 +03:00
fix(server): face search results not always sorted (#7839)
* order by * update sql
This commit is contained in:
@@ -229,6 +229,8 @@ FROM
|
||||
"cte" "res"
|
||||
WHERE
|
||||
res.distance <= $3
|
||||
ORDER BY
|
||||
res.distance ASC
|
||||
COMMIT
|
||||
|
||||
-- SearchRepository.searchPlaces
|
||||
|
||||
Reference in New Issue
Block a user