[mob][photos] todo

This commit is contained in:
laurenspriem
2025-01-30 16:15:57 +05:30
parent 0c92ed96a6
commit fbcba9903e

View File

@@ -1349,6 +1349,7 @@ class SearchService {
final filteredFiles = <EnteFile>[];
if (allYears.length <= 1) {
// TODO: lau: eventually this sorting might have to be replaced with some scoring system
// sort first on clip embeddings score (descending)
files.sort(
(a, b) => fileToScore[b.uploadedFileID!]!