jhc13 / taggui

Tag manager and captioner for image datasets
GNU General Public License v3.0
777 stars 37 forks source link

Search includes matches on the folder path #144

Closed Hirmuolio closed 6 months ago

Hirmuolio commented 6 months ago

If the search term matches with the folder name of the images it gives all the images as result. You can't search for tags that match that term.

Example: The images are in folder E:\training. Some of the images have "train" in their caption. You search for "train". The search gives you every image because "train" matches with E:\training.

Renaming E:\training to E:\asdf makes searching for "train" as tag works as a workaround.

jhc13 commented 6 months ago

That is intended. Read the Advanced Image List Filtering section of the README.

You can use tag:train or caption:train instead.