-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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: "Unknown country" filter has no effect #3412
Comments
If this has changed, it could be that a user requested it previously. Could you check our commit/change log as well as the closed GitHub issues for this? |
Oh wait, it seems that all pictures are being returned when filtering by unknown country, meaning also pictures with GPS information. I wasn't able to find a relevant note about this in the changelog. |
I will take a look at that tomorrow, thank your for reporting. |
Unknown country should find pictures with country code "zz" and/or place ID "zz" if I remember correctly. Edit: Could it be a problem with retrieving the data from our geocoding API so that the coordinates cannot be resolved? |
I'm not familiar with the implementation - but I'd imagine that the geocoding API is being used when indexing a new picture or when tagging lat/lon, and not upon search. Right? The database and the UI shows the correct country, but the filter seems broken. Also reproduced the issue in the demo website using the |
Signed-off-by: Michael Mayer <michael@photoprism.app>
Signed-off-by: Michael Mayer <michael@photoprism.app>
Fixed, thanks! 👏 |
Using the latest release 230514-0b780defb - manually setting coordinates of pictures without GPS data in their exif and filtering by unknown country still shows these pictures, even though when opening them - they have a country set in the UI.
Note that this wasn't the behavior in older releases - I'm using the "unknown country" filter a lot in order to tag (mostly) older pictures without GPS data.
The text was updated successfully, but these errors were encountered: