immich-app/immich

Ability to search similar images "from" partner assets

Open

#21855 opened on Sep 12, 2025

View on GitHub
 (5 comments) (0 reactions) (0 assignees)TypeScript (100,600 stars) (5,601 forks)batch import
good first issue

Description

I have searched the existing issues, both open and closed, to make sure this is not a duplicate report.

  • Yes

The bug

I am aware of #12614 (Better sharing in Immich)

However, the bug/unimplemented feature is shown as an example below:

accounts: Admin1, User1 sharing: User1 partner shares with Admin1, Admin1 can see User1's photos in timeline photos: Admin1 has p1,p2,p3 photos, while User1 has u1,u2,u3 all of them similar to Admin1's relevant feature: #21108 (Release: https://github.com/immich-app/immich/releases/tag/v1.141.1)

Issue: Admin1 can run similar search on any of p1,p2,p3 AND retrieve u1,u2,u3. However, Admin1 cannot trigger similar search on u1,u2,u3 from the webUI.

p1:

u1:


Since Admin1 can see CLIP embeddings of User1, I believe it is no longer a permission issue similar to facial recognition data (i am possibly wrong).

The feature is awesome, could we have a Similar Search in a <button>?

Immich image id: 7a2c334f33f5

The OS that Immich Server is running on

Linux rock-2 5.10.160-39-rk356x

Version of Immich Server

v1.141.1

Version of Immich Mobile App

NA

Platform with the issue

  • Server
  • Web
  • Mobile

Device make and model

No response

Your docker-compose.yml content

NA

Your .env content

NA

Reproduction steps

  1. Follow the initial setup of Admin1,User1
  2. Try to do similar search on u1 from Admin1 [FAIL]
  3. Try to do similar search on p1 and retrieve User1 assets [PASS] ...

Relevant log output

Additional information

No response

Contributor guide