Open eamonford opened 10 months ago
I too am having this issue since v1.89.0
(that's when I recently started my instance, issue may existed before than). In my situation I can see pictures of faceA
on both iOS and webapp back to 2007; where as faceB
I can see back to 2022 in the iOS app and 2010 in the wepapp. I've tried logging out and back in, removing and re-installing the app, and the issue remains the same. I'm currently on server version v1.90.2
I intend to update to the current build in the next couple days.
Indeed, noticed that a while ago after adding a lot of images from my library to immich. However, to me it looks like a cutoff only applies to people appearing on a lot of images. So, I have a feeling it's more about the number of images returned from the person filter search being limited on iOS.
Yep same issue. I agree, I don't think it's a date limit, seems more like a hard limit on number of images that are returned.
Can confirm it as well. Using 1.92.1.
I have the same problem, 1.92.0 ,both on andriod and ios , webui is going well . Only the most recent 1000 photos can be displayed.
The issue still persists on 1.93.2 build .135 on ios and server version 1.93.3
I'm seeing the same thing on Android 1.93.2 build.119 and server 1.93.3
Looks like no update. App version: 1.95.0 build.139 Server version: 1.95.1
I noticed the same thing. Server and Android App on 1.99 It only shows exactly 1000 images in the people view, even though more images are tagged. Problem is only present in the mobile app, not on the web. Is there a setting for this I am missing, or is it actually a bug?
@markusltnr Yes, we need to visit the API to see why it doesn't return all the assets
Ah just check it again, we have the query limit at 500 return assets because the way the mobile render is different from the web app, we still need to build pagination into this API call to optimized it for the mobile app
This bug still exists right ? I'm seeing an occurrence of limited picture for a given face on the app in iOS
Yes. The post above indicates that the root cause was identified but the pagination has not been built into the respective API yet.
Bug still exists with server and client v1.103.1
There's probably no need for people to keep reporting "bug still exists" until the devs have indicated they've fixed the issue. They're aware of it and will presumably update this issue when they've implemented a fix. At that point if the bug still exists it would be worth indicating as such :)
There's probably no need for people to keep reporting "bug still exists" until the devs have indicated they've fixed the issue. They're aware of it and will presumably update this issue when they've implemented a fix. At that point if the bug still exists it would be worth indicating as such :)
Oh, sorry, did i miss issue link where i can check it?
Problem presist in Android APP version 1.105.0 build.139 + Server version 1.105.1 One user in my server report that he can see all search results (by face) without the assests limit few days ago. I think it is depend on the APP version. After he update APP then the 500 or 1000 assets limit is applied. But I don't know which APP version he used before. For Android phone, we can downgrade the app by install specific version of .apk Any suggestion? which APP version can be temperory workaround?
Can we just edit the size (1000) in search service in mobile lib? Am I correct? https://github.com/immich-app/immich/blob/88d43383486825e1fab3f6cc87d4edf465ce253e/mobile/lib/services/search.service.dart#L74
Can we just edit the size (1000) in search service in mobile lib? Am I correct?
This would do the trick, I guess - but, seeing that all other views use pagination instead, it would much rather need a pagination solution, which in turn, is more complicated than changing this number :)
Still an issue as of July 2024 on iOS Server version 1.107.2 App version 1.107.1 build.162
The bug
In the iOS app (on both iPhone and iPad), clicking on a person under the People section of the Explore view only shows photos/videos going back to a certain date (i.e., two years ago or so). whereas doing the same thing in the web app shows the full set of images for that person. These cutoff date seem to be the same across the iPhone and iPad apps, however the cutoff date is different for each person. I have tried logging out and logging back in to the iOS app, as well as deleting the app and reinstalling, but this did not resolve the issue.
The OS that Immich Server is running on
Pop!_OS 22.04 (Ubuntu 22.04)
Version of Immich Server
1.90.2
Version of Immich Mobile App
1.90.0 build.130
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response