How to search for tags exclusively
Posted: 25 Feb 2015 21:37
I want to search for files that have a tag exclusively, i.e. do not contain any other tags. Thanks for your help!
Forum for XYplorer Users and Developers
https://www.xyplorer.com/xyfc/
Code: Select all
prop:#tags: "You Tag Here"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"
Code: Select all
prop:#tags: "QTY, TTY" //separated by a comma and space.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.