-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
[Bug] Web Explore > Places > View All shows only first 12 places #7070
Comments
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
why all comments are getting marked as duplicate? |
Maybe because everyone is basically saying the same. But that's like it is when a bug is quite nasty like this one... |
This comment was marked as duplicate.
This comment was marked as duplicate.
Same here. Into the mobile app, I have 37 places. Into the web app I only have the first 12 discovered ones (doesn't change no matter how much places I add)
|
Let me add to this the fact that Swedish letters are handled incorrectly. All swedish letters "looking like an A" are sorted like an a in the Places listing. The correct sort order for the swedish alphabet is a, b, c, ..., z, å, ä, ö. |
I don't think there's an objective ordering of letters that's correct for every language. I believe you can change this by setting a Swedish collation in the Postgres database. |
Thank you meralev. Yes, you are right, there is no such thing as a correct ordering of letters that suits every language. Each language has its own ordering. Therefore, I would suggest that Immich implement some sort of language setting and passes that on to Postgres if that is what solves the problem. |
and the Collation setting should not be used for the whole database or for a table, but just for the query, used here in this specific case. |
I notice that in the immich-database container, there is a setting "LANG=en_us.utf8". Would changing this to "sv_se.utf8" change the sort-order? |
Can you please stay on topic? Start a new discussion or issue about the collation. |
Sorry. My fault. |
The bug
In the web client, under the
Explore
tab, thePlaces
section initially shows 7 places. ClickingView All
shows just 12 places, but there are 100s in the library. On the iOS mobile app, you can see all of the places.Perhaps also worth noting that the places shown in both cases are the first N alphabetically, so all of my visible places in the web client start with
A
.This bug has been mentioned in closed issues in a couple of places, but as far as I can tell there is no open issue for it. Related:
View All
button, but didn't change the underlying API to surface > 12 places.The OS that Immich Server is running on
Debian 12
Version of Immich Server
v1.94.1
Version of Immich Mobile App
v.194.1
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response
The text was updated successfully, but these errors were encountered: