Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(server): Fix for sorting faces during merging #15571

Merged
merged 2 commits into from
Jan 24, 2025

Conversation

Lukasdotcom
Copy link
Contributor

The order of the orderBy clauses means that the distance is currently being used as the very last tie breaker which will almost never happen. This moves the orderBy for the face distance up ahead of the other oderBys.

@mertalev mertalev merged commit 065d885 into immich-app:main Jan 24, 2025
33 checks passed
vladd11 pushed a commit to vladd11/immich that referenced this pull request Jan 25, 2025
* Fix for sorting faces

* Put uneccessary orderBy in if statement
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants