Search to find files with NO tags
-
stebobibo
- Posts: 51
- Joined: 26 Sep 2014 21:25
Search to find files with NO tags
Is it possible to make a search for files without any tags? Or a way to search for files that lack a specific tag? Thank you.
-
highend
- Posts: 14950
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Search to find files with NO tags
Sure, with quick search (see help)...
E.g.:
Will find all files in that folder that don't have the tags "ico" & "exe"
Finds all files in that folder that don't have any tags
E.g.:
Code: Select all
D:\Tools\AutoIt\@Scripts\XYPeekFolders\?tags:!"ico" AND !"exe"Code: Select all
D:\Tools\AutoIt\@Scripts\XYPeekFolders\?tags:""One of my scripts helped you out? Please donate via Paypal
-
stebobibo
- Posts: 51
- Joined: 26 Sep 2014 21:25
Re: Search to find files with NO tags
I tried those codes in the address bar, in quick search, and in run script, but in all cases they didn't work. Where was I supposed to enter those codes?
I have, however, found out a method thanks to you. I go to quick search and type: tags: "" for finding files without tags, or NOT tags "cats" to find all files not tagged cats.
Thanks for your help. I'm still interested in what I was supposed to do with the codes you gave me.
I have, however, found out a method thanks to you. I go to quick search and type: tags: "" for finding files without tags, or NOT tags "cats" to find all files not tagged cats.
Thanks for your help. I'm still interested in what I was supposed to do with the codes you gave me.
-
highend
- Posts: 14950
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: Search to find files with NO tags
Entering them in the address bar is the correct way. Ofc you have to change the folder...
One of my scripts helped you out? Please donate via Paypal
-
stebobibo
- Posts: 51
- Joined: 26 Sep 2014 21:25
Re: Search to find files with NO tags
LOL. I didn't realize that beginning part was a folder path. It works now, thanks.highend wrote:Entering them in the address bar is the correct way. Ofc you have to change the folder...
XYplorer Beta Club