Skip to content
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

External Library '*' matching optimization suggestions #14636

Closed
1 of 3 tasks
Gloryandel opened this issue Dec 11, 2024 · 0 comments
Closed
1 of 3 tasks

External Library '*' matching optimization suggestions #14636

Gloryandel opened this issue Dec 11, 2024 · 0 comments

Comments

@Gloryandel
Copy link

Gloryandel commented Dec 11, 2024

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

  • Server
  • Web
  • Mobile

Your docker-compose.yml content

none

Your .env content

none

Reproduction steps

none

Relevant log output

none

Additional information

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant