Everything 1.5 search file name in dedicated folder

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
peter_mars
Posts: 3
Joined: Wed Jan 19, 2022 7:15 am

Everything 1.5 search file name in dedicated folder

Post by peter_mars »

Dear Forum friends,
I'm looking for an instruction how to find files, just searching in folders with part of folder name.
For example :

Folder :
Car_Frankfurt_4wheel
Car_Munich_4wheel
Car_Hamburg_4wheel

Files in these folders :
220125 electric car
211210 diesel car

imagine each of these folders has equal file names as stated above.

How to search just in folder *Frankfurt* for files *car*
or
How to search in folders *4wheel* for files with *electric*

Any idea how this might work ?
Thanks very much for your support
br
Peter
NotNull
Posts: 5252
Joined: Wed May 24, 2017 9:22 pm

Re: Everything 1.5 search file name in dedicated folder

Post by NotNull »

peter_mars wrote: Tue Jan 25, 2022 2:37 pm How to search just in folder *Frankfurt* for files *car*

Code: Select all

\*frankfurt*\    car

peter_mars wrote: Tue Jan 25, 2022 2:37 pm How to search in folders *4wheel* for files with *electric*

Code: Select all

path:4wheel    electric
Use "" when your search contains a space:

Code: Select all

path:"4wheel drive"    "electric car"


See also Everything Search Syntax
peter_mars
Posts: 3
Joined: Wed Jan 19, 2022 7:15 am

Re: Everything 1.5 search file name in dedicated folder

Post by peter_mars »

many thanks , great tool , I have to play a bit with it
NotNull
Posts: 5252
Joined: Wed May 24, 2017 9:22 pm

Re: Everything 1.5 search file name in dedicated folder

Post by NotNull »

Have fun!
(from my personal experience: the more you play with it, the more you will like it :))

And you can always ask here on these forums; there is always someone who can help you out.
Post Reply