building a special filter finding items newer than 4 weeks?>
building a special filter finding items newer than 4 weeks?>
I would like to make a new filter, that finds RTF and TXT files, as well as other formats, that are newer than a specified time, for example 4 weeks. I can achieve that task using the extended search mask, but is it also possible to have a filter that works dynamically? If so, how can i integrate it into the filter? The 'new filter' dialog doesn't offer any dates and times, but maybe it is possible via Regex?
Re: building a special filter finding items newer than 4 weeks?>
Please try the following search:
ext:rtf;txt;doc;docx;pdf dm:4weeks
add more extensions as needed.
or, please try the following search to match all document-type files:
doc: dm:4weeks
To add this search as a filter:
ext:
dm:
Date Syntax
ext:rtf;txt;doc;docx;pdf dm:4weeks
add more extensions as needed.
or, please try the following search to match all document-type files:
doc: dm:4weeks
To add this search as a filter:
- In Everything, from the Search menu, click Add to filters....
- Change the Name to: Doc 4 weeks
- Change the Search to: doc: dm:4weeks
- Click OK.
ext:
dm:
Date Syntax
Re: building a special filter finding items newer than 4 weeks?>
That's fantastic! The first example you gave is better for my task, because otherwise i get too many file types. I also excluded all entries in C:\ and below, to avoid all that TEMP stuff. Works great, and i will make different types of "recent items" filters. Thanks a lot for this!