I have a problem with the program

Discussion related to "Everything" 1.5 Alpha.
Post Reply
aaa3_com
Posts: 2
Joined: Wed Feb 15, 2023 6:18 pm

I have a problem with the program

Post by aaa3_com »

Hello,
:roll:
I have a problem with the program:
1 - Is there a filter to search by date of creation or modification?
---
2 - Sometimes the name of the drive or file must be changed and the change is made (but in the program it appears that it does not change and keeps its old name). Thank you.
void
Developer
Posts: 16669
Joined: Fri Oct 16, 2009 11:31 pm

Re: I have a problem with the program

Post by void »

1 - Is there a filter to search by date of creation or modification?
Please check Help -> Search Syntax for basic search examples.



Search for files and folders where the date modified is today:
dm:today

Search for files and folders where the date modified is after 2022:
dm:>2022

Search for files and folders where the date modified is between July 2021 and June 2022:
dm:2021-07..2022-06

Search for files and folders where the date modified is before 2020:
dm:<2020

dm:
Date Syntax



Search for files and folders where the date created is today:
dc:today

Search for files and folders where the date created is after 2022:
dc:>2022

Search for files and folders where the date created is between July 2021 and June 2022:
dc:2021-07..2022-06

Search for files and folders where the date created is before 2020:
dc:<2020

dc:

Enable date created indexing for the best performance.


2 - Sometimes the name of the drive or file must be changed and the change is made (but in the program it appears that it does not change and keeps its old name). Thank you.
Please make sure Everything is installed correctly and running as a standard user:
  • In Everything, from the Tools menu, click Options.
  • Click the General tab on the left.
  • Check Store settings and data in %APPDATA%\Everything.
  • Uncheck Run as administrator.
  • Check Everything Service. (Please make sure this is tick-checked and not square-checked)
  • Click OK.
  • Exit Everything (right click the Everything tray icon and click Exit).
  • Restart Everything.
Please try forcing a rebuild:
  • In Everything, from the Tools menu, click Options.
  • Click the Indexes tab on the left.
  • Click Force Rebuild.
  • Click OK.
Post Reply