Find images created on a saturday

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
luckylad
Posts: 2
Joined: Thu Oct 03, 2024 2:47 pm

Find images created on a saturday

Post by luckylad »

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?
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: Find images created on a saturday

Post by void »

Everything 1.5 will have support for the following search to find images modified on a Saturday:

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()
ChrisGreaves
Posts: 684
Joined: Wed Jan 05, 2022 9:29 pm

Re: Find images created on a saturday

Post by ChrisGreaves »

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 must read posts before experimenting with them :mea culpa:.

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 :grin: and noticed that you had typed "WILL" in there somewhere.

Thank you.
Yours in eager anticipation
Chris :)
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: Find images created on a saturday

Post by void »

image: will only work for fresh installations.

I think you will most likely still have the old pic: filter.
ChrisGreaves
Posts: 684
Joined: Wed Jan 05, 2022 9:29 pm

Re: Find images created on a saturday

Post by ChrisGreaves »

void wrote: Fri Oct 04, 2024 11:17 amimage: will only work for fresh installations. I think you will most likely still have the old pic: filter.
Thanks for tjhis response, David.
I am running Version 1.5.0.1383a (x64)
Empty4x4.jpg
Empty4x4.jpg (21.89 KiB) Viewed 923 times
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
“pic:” works for me right now, thank you.
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
tuska
Posts: 1052
Joined: Thu Jul 13, 2017 9:14 am

Re: Find images created on a saturday

Post by tuska »

2ChrisGreaves
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
Default filters
void
Developer
Posts: 16665
Joined: Fri Oct 16, 2009 11:31 pm

Re: Find images created on a saturday

Post by void »

"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.
luckylad
Posts: 2
Joined: Thu Oct 03, 2024 2:47 pm

Re: Find images created on a saturday

Post by luckylad »

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()
I installed the latest version and it works perfectly, thanks.
ChrisGreaves
Posts: 684
Joined: Wed Jan 05, 2022 9:29 pm

Re: Find images created on a saturday

Post by ChrisGreaves »

tuska wrote: Fri Oct 04, 2024 12:03 pmEverything 1.5.0.1379a improves filters.
Surely.
But I am using '83a (image in earlier post in this thread) which is four version numbers BEYOND 79a.
Hence my confusion!
Cheers, Chris
Post Reply