How to search for tags exclusively

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
stebobibo
Posts: 51
Joined: 26 Sep 2014 21:25

How to search for tags exclusively

Post by stebobibo »

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

Post by bdeshi »

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"
Icon Names | Onyx | Undocumented Commands | xypcre
[ this user is asleep ]

stebobibo
Posts: 51
Joined: 26 Sep 2014 21:25

Re: How to search for tags exclusively

Post by stebobibo »

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"
Huh, I was searching for tags with ?tags:"" before. Thanks for this. It works perfectly. :biggrin: :appl:

bdeshi
Posts: 4256
Joined: 12 Mar 2014 17:27
Location: Asteroid B-612
Contact:

Re: How to search for tags exclusively

Post by bdeshi »

Great.
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 ]

stebobibo
Posts: 51
Joined: 26 Sep 2014 21:25

Re: How to search for tags exclusively

Post by stebobibo »

SammaySarkar wrote:Great.
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.
Thanks again, Sam!

Post Reply