Searching improve
-
ahdung
- Posts: 20
- Joined: Sat Aug 24, 2019 3:51 am
Searching improve
This scene:
I hope can write: .(C02|C04).jpg
You do not have the required permissions to view the files attached to this post.
-
void
- Developer
- Posts: 19904
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Searching improve
Please try the following search:
parent:d:\img regex:\.(C02|C04)\.jpg$
The next major version of Everything will support:
parent:d:\img .<C02|C04>.jpg
Thank you for your suggestion.
parent:d:\img regex:\.(C02|C04)\.jpg$
The next major version of Everything will support:
parent:d:\img .<C02|C04>.jpg
Thank you for your suggestion.
-
Just Visiting
- Posts: 31
- Joined: Sat Jul 16, 2011 10:38 pm
Re: Searching improve
what does the parent syntax do?
-
void
- Developer
- Posts: 19904
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Searching improve
Limits the results to a specific folder (no subfolders)
For example:
parent:c:\windows
will find files/folders directly in C:\Windows
Files in subfolders (for example C:\Windows\System32) are not matched.
parent:
For example:
parent:c:\windows
will find files/folders directly in C:\Windows
Files in subfolders (for example C:\Windows\System32) are not matched.
parent: