I’m trying to use the ‘Folder Content’ filter clause to find folders containing ONLY Images (content type) Movies (content type).
OR
Find folders containing NO Images or Movies.
I’m hoping someone can assist me. I think the problem may be the deep folder structure.
type match folders
and match (
match (
foldercontent nomatch (
type nomatch group Images
and type nomatch group Movies
)
)
or match (
foldercontent nomatch (
type match group Images
or type match group Movies
)
)
)
This is a special type of sub-clause that lets you match a folder based on its contents. For a folder to match, at least one item within it must match the criteria given in the sub-clause.
Does that mean the ‘folder content’ clause acts like a subclause? Or do I still need to use a subclause?
FWIW, you can get instant results for cases like this using Everything 1.5 and Opus.
Paste this into the indexed search field with the "target" path listed above in Find In:
This is assuming you didn't mess with image: and video: extensions.
This will give you all the folders that ONLY (truly ONLY) have images and videos on it.