Here we find
regex:^D:\\media\\(.*)$ fileexists:E:\\Backup\\media\\\1 (find files on the D: drive, where a backup with the same sub path and filename exist on the E: drive)
But how can I find backups in unknown sub folders? This doesn't seem to work:
regex:^D:\\media\\(.*)$ fileexists:E ...
Search found 7 matches
- Thu Mar 02, 2023 8:06 am
- Forum: Everything 1.5 Alpha
- Topic: fileexists: with wildcards
- Replies: 2
- Views: 719
- Wed Feb 22, 2023 8:44 am
- Forum: Support
- Topic: Crash report
- Replies: 2
- Views: 1179
Crash report
Hi!
Everthing 1.5 is running very stable on my system. However since I included a network index in January it crashed two times. Here's the latest crash report:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" />
<EventID ...
Everthing 1.5 is running very stable on my system. However since I included a network index in January it crashed two times. Here's the latest crash report:
- <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
- <System>
<Provider Name="Application Error" />
<EventID ...
- Sat Jun 12, 2021 7:18 am
- Forum: Support
- Topic: Lost in booleans
- Replies: 5
- Views: 8351
Re: Lost in booleans
Thanks for your attention, Void.
Regex is turned off. I also played with escaping spaces without any luck at all.
Yesterday I wrote a python wrapper that splits the search phrase and then searches for every given word separately. Well, it does the job but supporting operators and modifiers makes ...
Regex is turned off. I also played with escaping spaces without any luck at all.
Yesterday I wrote a python wrapper that splits the search phrase and then searches for every given word separately. Well, it does the job but supporting operators and modifiers makes ...
- Thu Jun 10, 2021 10:32 am
- Forum: Support
- Topic: Lost in booleans
- Replies: 5
- Views: 8351
Re: Lost in booleans
Thanks for your comprehensive answer therube, I do appreciate it.
Tools | Options | General -> Search ---> Operator precedence:
I immediately looked into this, but a change didn't work. I am actually looking for and AND operation, but I currently don't see how any combination of AND and OR could ...
Tools | Options | General -> Search ---> Operator precedence:
I immediately looked into this, but a change didn't work. I am actually looking for and AND operation, but I currently don't see how any combination of AND and OR could ...
- Wed Jun 09, 2021 2:09 pm
- Forum: Support
- Topic: Lost in booleans
- Replies: 5
- Views: 8351
Lost in booleans
HI!
I'm using Everything in python scripts and but I'm stuck in a weird search operation:
Indexed files:
\folder_A\name_1
\folder_B\name_2
\folder_C\name_3
\folder_C\name_1
\folder_A\name_2
Return all file names that exist in "folder_A" and also "folder_C".
(The only matching file name is name_1 ...
I'm using Everything in python scripts and but I'm stuck in a weird search operation:
Indexed files:
\folder_A\name_1
\folder_B\name_2
\folder_C\name_3
\folder_C\name_1
\folder_A\name_2
Return all file names that exist in "folder_A" and also "folder_C".
(The only matching file name is name_1 ...
- Wed Apr 07, 2021 1:16 pm
- Forum: Everything 1.5 Alpha
- Topic: Photo meta data
- Replies: 4
- Views: 8472
Re: Photo meta data
Hi!
I followed void's advice and added a few file types to a small set of properties and disabled content indexing. The result was . . . weird:
E.g. I added the properties "Tags" and "Title" with "Include only files" set to "*.pdf;*.xmp;*.jpg;*.tif;*.tiff;*.png;*.dng;*.jp2".
In windows explorer ...
I followed void's advice and added a few file types to a small set of properties and disabled content indexing. The result was . . . weird:
E.g. I added the properties "Tags" and "Title" with "Include only files" set to "*.pdf;*.xmp;*.jpg;*.tif;*.tiff;*.png;*.dng;*.jp2".
In windows explorer ...
- Tue Apr 06, 2021 8:52 am
- Forum: Everything 1.5 Alpha
- Topic: Photo meta data
- Replies: 4
- Views: 8472
Photo meta data
Hi!
Thank you very much for v1.5. I've badly missed indexing content, but now I'm overwhelmed from all the new options 🙄
What's the best procedure to include meta data from images?
For XMP side car files it seems simple: Add "*.xmp" to the "Include only files" option in "Content" section of the ...
Thank you very much for v1.5. I've badly missed indexing content, but now I'm overwhelmed from all the new options 🙄
What's the best procedure to include meta data from images?
For XMP side car files it seems simple: Add "*.xmp" to the "Include only files" option in "Content" section of the ...