Page 1 of 1

How to "Quick Search" files that contain keyword "mountain", but only search in folder name that have "picnic"

Posted: 11 Jun 2024 03:15
by taufan
How to "Quick Search" to find all files that contain the keyword "mountain", but only search in folders that have the keyword "picnic".

Examples:
Inside the "2024" folder there are the following 3 folders:

----

"Sunday Picnic"
↪ mountain_1.jpg
↪ vacation.jpg

"Picnic June"
↪ beach_1.jpg
↪ beach_2.jpg

"Work Saturday"
↪ mountain_2.jpg
↪ mountain_3.jpg

-----

When I search the keyword "mountain" in the "2024" folder, the results I expect are:
mountain_1.jpg

Any ideas?

Re: How to "Quick Search" files that contain keyword "mountain", but only search in folder name that have "picnic"

Posted: 11 Jun 2024 03:27
by taufan
I just find the answer:

Code: Select all

*mountain* /paths=*picnic* /f
Thank you XYPLORER
👋