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

Search results on mobile app do not show favorites #15072

Open
1 of 3 tasks
MiSebCo opened this issue Jan 4, 2025 · 1 comment · May be fixed by #15208
Open
1 of 3 tasks

Search results on mobile app do not show favorites #15072

MiSebCo opened this issue Jan 4, 2025 · 1 comment · May be fixed by #15208

Comments

@MiSebCo
Copy link

MiSebCo commented Jan 4, 2025

The bug

Executing a search leads to different results on the mobile app and the web app. Seems that the favorites are not shown in the mobile app. All other images appear in the same order.

The OS that Immich Server is running on

Home Assistant OS 14.1

Version of Immich Server

v1.123.0

Version of Immich Mobile App

v1.123.0

Platform with the issue

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

n/a, external postgres

Your .env content

n/a

Reproduction steps

  • Execute the search with the same key word on web and mobile app
  • Mobile App does not show images tagged as favorite
  • Remove favorite tag
  • Execute search again
  • Now the results are identical

Relevant log output

[01/04/25 09:59:29] INFO     Loading textual model                              
                             'XLM-Roberta-Base-ViT-B-32__laion5b_s13b_b90k' to  
                             memory                                             
[01/04/25 09:59:29] INFO     Setting execution providers to                     
                             ['CPUExecutionProvider'], in descending order of   
                             preference

Additional information

This issue sounds similar.

#15041

@Tyris
Copy link
Contributor

Tyris commented Jan 9, 2025

Looks like the default filters explicitly set isNotInAlbum, isArchive, and isFavourite to false (which should be treated as noop, but is probably getting treated as false). Will have a look later if no one beats me to it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants