-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Labels: Show photo count #584
Comments
Note that label photo counts are currently not updated in real time: https://github.com/photoprism/photoprism/blob/develop/internal/entity/photo_counts.go#L89 We had been using (automatically updated) views previously, but they were not compatible with all supported databases. At the moment, counts can be reliably used to hide labels without any result. Counts > 1 may be imprecise at times e.g. while indexing. It may well lead to frustrated users filing bug reports because numbers don't match. Frequently happens for other counts as well. It's understandable as users are afraid of data loss, and bugs in general. |
Hello.
Right now, I have a lot of labels, but very few photos per label.
It will be awesome if, before opening a label, I can see a count of how many images belong to it, so I get an idea if opening it is worth or not. Specially when the count it's 1, it's pointless to open such a label to see something you are already seeing.
Regards
The text was updated successfully, but these errors were encountered: