TagStudioDev / TagStudio

A User-Focused Photo & File Management System
GNU General Public License v3.0
2.84k stars 266 forks source link

filename text search #144

Closed pogotar closed 1 month ago

pogotar commented 1 month ago

tag studio would do wonders for my phd where I have to go trough a hell lot of folders filled by loads of people. I work with matlab codes which are not easily identifiable form a visual UI unlike photos for example. To put a tag I really need to search the file with its name. Right now I couldn't find a way to do that which seems strange since it is a very basic thing.

Please tell me if it is a missing feature or if I haven't understand how to do it.

Thank you!

CyanVoxel commented 1 month ago

You can currently search via filenames by typing filename: <name of your file> into the search bar :)

yedpodtrzitko commented 1 month ago

This sounds like an UX/UI issue where this functionality is not easily discoverable.

Perhaps there can be added a placeholder in the search field or help text next to the field with the possible search options.

CyanVoxel commented 1 month ago

This sounds like an UX/UI issue where this functionality is not easily discoverable.

Perhaps there can be added a placeholder in the search field or help text next to the field with the possible search options.

Absolutely. The search functionality as a whole is very barebones, with stuff like the filename search being bolted on with the only reference being in the readme. Doing a proper search overhaul with improved UI/UX is likely to be the next big project after the DB migration is complete. In the meantime, this is a good start for considering how best to display to the user what additional capabilities are available.

As an example for how this could look in the program, Obsidian has this popup under the search bar when typing which shows you different filtering options. I'm not a fan of how it covers up the controls underneath this every time you type, though... image

pogotar commented 1 month ago

thank you so much it worked!!