Passing the same value to multiple search functions at once?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Passing the same value to multiple search functions at once?

Post by raccoon »

v1.5

Say I want to search for all files that have a Date Modifed OR Date Created OR Date Recently Changed OR Date Changed OR Date Accessed with the same value of "last10minutes". But I only want the parameter "last10minutes" to appear once in my search query, so that it can be easily modified and affect all 5 search patterns. Is this possible? ie:

Code: Select all

<date-created:|date-modified:|date-changed:|date-recently-changed:|date-accessed:>last10mins
Last edited by raccoon on Tue Feb 07, 2023 10:27 pm, edited 1 time in total.
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Passing the same value to multiple search functions at once?

Post by raccoon »

I think I found my own solution.

Create a bookmark named "Macro AnyDate".
Set the Custom Search to "date-created:search:|date-modified:search:|date-changed:search:|date-recently-changed:search:|date-accessed:search:"
Set the Macro to "anydate<search>"

Usage: anydate:today
Results: At least one of the 5 datestamps were changed today.
ChrisGreaves
Posts: 611
Joined: Wed Jan 05, 2022 9:29 pm

Re: Passing the same value to multiple search functions at once?

Post by ChrisGreaves »

raccoon wrote: Tue Feb 07, 2023 10:25 pm Usage: anydate:today
raccoon , Thank You! :D
Cheers, Chris
Post Reply