Search for specific things in certain folders

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
aga3412
Posts: 2
Joined: Wed Jan 24, 2018 11:17 pm

Search for specific things in certain folders

Post by aga3412 »

Hey everyone, can anyone help me with my request? I'd like to search for a certain word in certain folders in my hard drives.

Example: The word "Chinese" or "chinese" inside any folder called "MOP" or "mop"

thank you =)
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Search for specific things in certain folders

Post by Stamimail »

try:

Code: Select all

regex:\\mop\\chinese
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: Search for specific things in certain folders

Post by therube »

By default, Everything ignores case.

Code: Select all

\mop\  chinese
If you actually wanted "the word" (rather then the string), then use, \mop\ wfn:chinese or ww:chinese - depending on what you're looking for.
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Search for specific things in certain folders

Post by NotNull »

aga3412 wrote:Hey everyone, can anyone help me with my request? I'd like to search for a certain word in certain folders in my hard drives.

Example: The word "Chinese" or "chinese" inside any folder called "MOP" or "mop"

thank you =)
I'm not quite sure what you are looking for. Are you searching for files or for folders or files + folders?
Is "chinese" thecomplete name of that file/folder or just a part of it?


Anyway, try this:
- Enable Match Whole Word and Match Path (under Menu:Search )
- search for:

Code: Select all

*\mop\*chinese*
Don't forget to disable the Match Whole Word and Match Path afterwards.
Post Reply