[Feature] Comma-separated words in tags should be treated as multiple tags #19723
Closed
lprimak
started this conversation in
Feature Request
Replies: 3 comments 2 replies
-
Tags are separated by the |
Beta Was this translation helpful? Give feedback.
1 reply
-
I just tried putting in a "|" separator on one sample image, and it still takes it as one tag: |
Beta Was this translation helpful? Give feedback.
1 reply
-
I think this is related to #12516 Is there a separate job that parses these tags? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have searched the existing feature requests, both open and closed, to make sure this is not a duplicate request.
The feature
Currently, when uploading an image with EXIF keyword metadata, it's being translated verbatim.
Most programs use comma-separated keywords to encode multiple keywords.
Immich treats this as a single tag, i.e. "me,you" should translate into "me" and "you" tags,
but is being translated "me,you".
This prevents searching for these imported tags correctly.
Platform
Beta Was this translation helpful? Give feedback.
All reactions