You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-12-02 00:26:35 +02:00
fix(server): /search/random failing with certain options (#13040)
* fix relation handling, remove pagination * update api, sql * update mock
This commit is contained in:
@@ -120,7 +120,7 @@ export function searchAssetBuilder(
|
||||
}
|
||||
|
||||
if (withPeople) {
|
||||
builder.leftJoinAndSelect(`${builder.alias}.person`, 'person');
|
||||
builder.leftJoinAndSelect('faces.person', 'person');
|
||||
}
|
||||
|
||||
if (withSmartInfo) {
|
||||
|
||||
Reference in New Issue
Block a user