I'm looking for a way to search images that are created/modified on a Saturday. I found the option dm:saturday but this only gives me results from this weeks Saturday.
Is there a way I can search for all images created/modified on any Saturday?
Find images created on a saturday
Re: Find images created on a saturday
Everything 1.5 will have support for the following search to find images modified on a Saturday:
dm-week-day:
Everything 1.5 will have support for the following search to find images modified on a Saturday:
$dm: = Date Modified
use $dc: for Date Created
WEEKDAY()
image: dm-week-day:saturday
dm-week-day:
Everything 1.5 will have support for the following search to find images modified on a Saturday:
image: WEEKDAY($dm:)==6
$dm: = Date Modified
use $dc: for Date Created
WEEKDAY()
-
- Posts: 684
- Joined: Wed Jan 05, 2022 9:29 pm
Re: Find images created on a saturday
I must read posts before experimenting with them :mea culpa:.void wrote: ↑Thu Oct 03, 2024 11:39 pmEverything 1.5 will have support for the following search to find images modified on a Saturday:
I tried the search string as shown and got zero results. I checked my filters ("Everything"), tried "Picture". Nothing.
Searched the support pages (nothing).
Removed the "image:" and found DOCuments; applied "Picture" and found images.
Came back here to lodge a complaint and noticed that you had typed "WILL" in there somewhere.
Thank you.
Yours in eager anticipation
Chris
Re: Find images created on a saturday
image: will only work for fresh installations.
I think you will most likely still have the old pic: filter.
I think you will most likely still have the old pic: filter.
-
- Posts: 684
- Joined: Wed Jan 05, 2022 9:29 pm
Re: Find images created on a saturday
Thanks for tjhis response, David.
I am running Version 1.5.0.1383a (x64) This is the version available (5 minutes ago) on https://www.voidtools.com/everything-1.5a/
Please and thank you, how do you define a “fresh installation”?
Code: Select all
pic: WEEKDAY($dm:)==6
Perhaps “fresh” means “upcoming; please be patient” (smile)
Thanks again, Chris.
P.S. Truth be told, I snagged the example for the neat way it dealt with "Saturday" and the Weekday function :clapping: C
Re: Find images created on a saturday
2ChrisGreaves
Everything 1.5.0.1379a improves filters.
Default filters
Everything 1.5.0.1379a improves filters.
Code: Select all
Image - Macro: image Filter "Image" up from 6.6.2024, i.e. Everything 1.5.0.1379a
Picture - Macro: pic Filter "Picture" until 5.6.2024, i.e. Everything 1.5.0.1378a
Re: Find images created on a saturday
"fresh install" = no previous installation.
To perform a fresh install (not recommended):
Uninstall Everything (warning: this will delete all your settings, filters, bookmarks etc.)
reinstall Everything
To reset your filters (not recommended):
In Everything, from the Search menu, click Organize filters..
Click Reset Filters. (warning: this will delete your existing filters)
Click OK.
I will look into adding a hard-coded image: macro for the old picture filter when the image filter doesn't exist.
For now, please manually add an Image filter:
In Everything, from the Search menu, click Add to filters...
Change the Name to: Image
Change the Search to: pic:
Change the macro to: image
Click OK.
To perform a fresh install (not recommended):
Uninstall Everything (warning: this will delete all your settings, filters, bookmarks etc.)
reinstall Everything
To reset your filters (not recommended):
In Everything, from the Search menu, click Organize filters..
Click Reset Filters. (warning: this will delete your existing filters)
Click OK.
I will look into adding a hard-coded image: macro for the old picture filter when the image filter doesn't exist.
For now, please manually add an Image filter:
In Everything, from the Search menu, click Add to filters...
Change the Name to: Image
Change the Search to: pic:
Change the macro to: image
Click OK.
Re: Find images created on a saturday
I installed the latest version and it works perfectly, thanks.void wrote: ↑Thu Oct 03, 2024 11:39 pm Everything 1.5 will have support for the following search to find images modified on a Saturday:
image: WEEKDAY($dm:)==6
$dm: = Date Modified
use $dc: for Date Created
WEEKDAY()
-
- Posts: 684
- Joined: Wed Jan 05, 2022 9:29 pm