How to search for tags exclusively
-
stebobibo
- Posts: 51
- Joined: 26 Sep 2014 21:25
How to search for tags exclusively
I want to search for files that have a tag exclusively, i.e. do not contain any other tags. Thanks for your help!
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: How to search for tags exclusively
enclose tag within quotes.
you can just enter this pattern in the Name & Location box of Find Files. Or in Quick Search.
you can just enter this pattern in the Name & Location box of Find Files. Or in Quick Search.
Code: Select all
prop:#tags: "You Tag Here"Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
-
stebobibo
- Posts: 51
- Joined: 26 Sep 2014 21:25
Re: How to search for tags exclusively
Huh, I was searching for tags with ?tags:"" before. Thanks for this. It works perfectly.SammaySarkar wrote:enclose tag within quotes.
you can just enter this pattern in the Name & Location box of Find Files. Or in Quick Search.Code: Select all
prop:#tags: "You Tag Here"
-
bdeshi
- Posts: 4256
- Joined: 12 Mar 2014 17:27
- Location: Asteroid B-612
- Contact:
Re: How to search for tags exclusively
Great.
You can also extend this exclusiveness. For example, this will find items with only tags QTY and TTY
You can also extend this exclusiveness. For example, this will find items with only tags QTY and TTY
Code: Select all
prop:#tags: "QTY, TTY" //separated by a comma and space.Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]
[ this user is asleep ]
-
stebobibo
- Posts: 51
- Joined: 26 Sep 2014 21:25
Re: How to search for tags exclusively
Thanks again, Sam!SammaySarkar wrote:Great.
You can also extend this exclusiveness. For example, this will find items with only tags QTY and TTYCode: Select all
prop:#tags: "QTY, TTY" //separated by a comma and space.
XYplorer Beta Club