[Feature] Search file names by regex #18383
Replies: 3 comments 1 reply
-
You can use postgres LIKE syntax (https://www.postgresql.org/docs/current/functions-matching.html#FUNCTIONS-LIKE) in the search, does that cover what you're trying to do? |
Beta Was this translation helpful? Give feedback.
-
I agree that this would be helpful. My use case is similar. I have tons of photos from a certain source without proper album tagging (yet) and it is tricky to impossible to properly identify them within the app itself. |
Beta Was this translation helpful? Give feedback.
-
I was able to tag all my images using pattern matching. @bo0tzz comment led me to find postgres SIMILAR TO which allows for pattern matching. https://gist.github.com/MahrWe/ee563cc1134527506b8acff3234e74e9 |
Beta Was this translation helpful? Give feedback.
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
I would like the option to search file names by a regex pattern. This would be very useful to remove loads of downloaded TikToks in my library that have no other identifying qualities outside of their filename being a specific length UUID.
I have tried using context search and even with additional filters it's too liberal and includes non-TikTok videos.
Platform
Beta Was this translation helpful? Give feedback.
All reactions