Date Created Day of Week not working

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
theratchetorange
Posts: 4
Joined: Fri Feb 18, 2022 5:24 pm

Date Created Day of Week not working

Post by theratchetorange »

Today I wanted to find markdown documents in a certain folder which were created on Sunday, so I searched with the following query:

Code: Select all

!path:journal *.md dc-day-of-week:sunday
However, this, as well as dc-dow, dm-day-of-week, and dm-dow, all return zero results. dm and dc work normally, however.

Code: Select all

dm-day-of-week:sun
Is there something wrong with the way I'm searching here?
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Date Created Day of Week not working

Post by raccoon »

dm-day:, dc-day:, da-day: are all features of Everything v1.5 but not Everything v1.4

You will need to install Everything 1.5 Alpha which is currently in-development.
theratchetorange
Posts: 4
Joined: Fri Feb 18, 2022 5:24 pm

Re: Date Created Day of Week not working

Post by theratchetorange »

Thanks for the reply! I've upgraded to the beta, and now the function works.
Post Reply