immich-app / immich

High performance self-hosted photo and video management solution.
https://immich.app
GNU Affero General Public License v3.0
33.02k stars 1.59k forks source link

Mobile App - People View truncates after 1000 Pictures #9095

Closed TiloHeidasch closed 2 weeks ago

TiloHeidasch commented 2 weeks ago

The bug

When having more than 1000 Pictures for a person, the Mobile App only ever shows the latest 1000 pictures.

Mobile: Screenshot_20240426-135645

Same Person on Web: Screenshot 2024-04-26 at 14 04 00

This Issues is applicable to both the Android and the iOS App.

Initial Search within the Codebase pointed me towards https://github.com/immich-app/immich/blob/53d571d29e55f9a1ac71ee45f40ee0c8197b9949/mobile/lib/modules/search/services/search.service.dart#L74 and https://github.com/immich-app/immich/blob/53d571d29e55f9a1ac71ee45f40ee0c8197b9949/server/src/dtos/search.dto.ts#L121

Both allow for a maximum of 1000 entries. However I cannot understand why it would differ from Mobile to web.

The OS that Immich Server is running on

Unraid / Docker

Version of Immich Server

v1.102.3

Version of Immich Mobile App

v1.102.3

Platform with the issue

Your docker-compose.yml content

N/A

Your .env content

N/A

Reproduction steps

Have a Person with at least 1001 Pictures
Select all Images for that Person on Web: More than 1000
Select all Images for that Person on Mobile (iOS / Android): exactly 1000

Relevant log output

Server has no suspicious log entries

Additional information

No response

alextran1502 commented 2 weeks ago

dup #8483