You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After testing, the following exceptions are caused by enabling file system change monitoring. After turning it off, the behavior is normal. See #14637
'*' seems to require at least one matching value, which I think should be consistent with the behavior of regular expressions. This makes it easier for people who know regular expressions to make mistakes. A new operator '+' should be added for at least one matching value. Just like the '+' in the regular expression, it matches
eg:
As shown below, I actually need to ignore all directories containing the 'AI' character, but the final result does not ignore '/mnt/Pictures/AI/',to ignore AI, I instead need '/*A*/'. /mnt/Pictures/*AI*/**
The OS that Immich Server is running on
Arch Linux
Version of Immich Server
v1.122.2
Version of Immich Mobile App
v1.122.2
Platform with the issue
Server
Web
Mobile
Your docker-compose.yml content
none
Your .env content
none
Reproduction steps
none
Relevant log output
none
Additional information
No response
The text was updated successfully, but these errors were encountered:
The bug
After testing, the following exceptions are caused by enabling file system change monitoring. After turning it off, the behavior is normal. See #14637
'*' seems to require at least one matching value, which I think should be consistent with the behavior of regular expressions. This makes it easier for people who know regular expressions to make mistakes. A new operator '+' should be added for at least one matching value. Just like the '+' in the regular expression, it matches
eg:
As shown below, I actually need to ignore all directories containing the 'AI' character, but the final result does not ignore '/mnt/Pictures/AI/',to ignore AI, I instead need
'/*A*/'
./mnt/Pictures/*AI*/**
The OS that Immich Server is running on
Arch Linux
Version of Immich Server
v1.122.2
Version of Immich Mobile App
v1.122.2
Platform with the issue
Your docker-compose.yml content
none
Your .env content
Reproduction steps
none
Relevant log output
Additional information
No response
The text was updated successfully, but these errors were encountered: