kvalev / photoprism

Personal Photo Management powered by Go and Google TensorFlow
https://photoprism.app/features
Other
8 stars 3 forks source link

Fix setting a person thumbnail #126

Closed kvalev closed 1 year ago

kvalev commented 1 year ago

I guess at some point something must have changed, as it was not possible selecting a new thumbnail for a person/subject. Additionally the person/subject lookup had to be changed from using query (q) to using the name/slug. This was needed, as the q-based query can return the wrong subject. Due to the q-query using LIKE terms, it can match subjects, which are named similar to the currently open subject, for example Pete and Peter. In order to avoid that, the subject lookup now uses a name/slug based query.

related to #76

github-actions[bot] commented 1 year ago

Uffizzi Preview deployment-25538 was deleted.