Bug or feature: Sorting by RC or DM
Bug or feature: Sorting by RC or DM
Hi David!
Right answer: 8 folders and 16 files
Right answer: 8 folders and 16 files
- Attachments
-
- 20211022_204735.png (368.63 KiB) Viewed 8400 times
-
- 20211022_204720.png (344.61 KiB) Viewed 8400 times
Last edited by ovg on Fri Oct 22, 2021 5:52 pm, edited 1 time in total.
Re: Bug or feature: Sorting by RC or DM
I think somthing went wrong while attaching your screenshots. This is what it looks like here:
Re: Bug or feature: Sorting by RC or DM
Indeed!
Thanks NotNull !!!
Thanks NotNull !!!
Re: Bug or feature: Sorting by RC or DM
I am going to assume your question is "Is it normal for the Date Recently Changed column to have blank/incomplete data?"
Yes, this is normal. The RC timestamps are ephemeral; They are only tracked by Everything for the duration of your Everything session and then they get lost and forgotten after you close Everything. The DM timestamp is actually stored within your filesystem and can be retrieved any time without being forgotten.
Re: Bug or feature: Sorting by RC or DM
Looks much better now
AFAIK, the recently changed entries are in a separate database table [1]. That table starts empty when you start Everything (i.e. load the Everything database) and gets filled when files are .. well .. changed.
My interpretation is that 7 folders and 10 files have changed since you last loaded the Everything database.
Which was before 17-Oct-2021 18:16. If you want to check: Menu:Tools > Debug > Statistics > Last Load Date (under the Load header)
[1] Requires Index recent changes to be enabled (Options > Indexes)
AFAIK, the recently changed entries are in a separate database table [1]. That table starts empty when you start Everything (i.e. load the Everything database) and gets filled when files are .. well .. changed.
My interpretation is that 7 folders and 10 files have changed since you last loaded the Everything database.
Which was before 17-Oct-2021 18:16. If you want to check: Menu:Tools > Debug > Statistics > Last Load Date (under the Load header)
[1] Requires Index recent changes to be enabled (Options > Indexes)
Re: Bug or feature: Sorting by RC or DM
2NotNull
Last load date: 22-Oct-2021 19:21:51
And I have "All inclusive" except multi-user database
"that 7 folders and 10 files have changed since you last loaded the Everything database" - It is unlikely. I don't touch them
Last load date: 22-Oct-2021 19:21:51
And I have "All inclusive" except multi-user database
"that 7 folders and 10 files have changed since you last loaded the Everything database" - It is unlikely. I don't touch them
Re: Bug or feature: Sorting by RC or DM
Then I clearly don't understand something. But I think the general idea is still correct: Everything keeps track of rc: since start, so not all files have a recently changed timestamp.
Some backup programs do remove the Archive attribute after a successful backup. That is seen as a 'recent change' too. And I thought that changing the ACL/ACE (access rights) also is seen as a recent change. But have to do a deep-dive in some books to be sure of that.
(You have a couple of files where date modified =/= date recently changed; that would/could explain that)
Re: Bug or feature: Sorting by RC or DM
One file indeed was changed, second one - shouldn't
Re: Bug or feature: Sorting by RC or DM
Thank you for the issue report ovg,
It's a known limitation with #file-result-count: / #folder-result-count:
When sorting by Date Recently Changed, items with a Date Recently Changed value are a 'special' item (neither a folder or file)
I've put on my TODO list to keep track of folder/file counts in the 'special' database. (I'll try to phase out #special-result-count:)
Fow now, If you use Date Recently Changed, consider adding the following to your status bar format:
It's a known limitation with #file-result-count: / #folder-result-count:
When sorting by Date Recently Changed, items with a Date Recently Changed value are a 'special' item (neither a folder or file)
I've put on my TODO list to keep track of folder/file counts in the 'special' database. (I'll try to phase out #special-result-count:)
Fow now, If you use Date Recently Changed, consider adding the following to your status bar format:
Code: Select all
#if:<#special-result-count:,; #TEXT:<#special-result-count:,#,###> special,>
Re: Bug or feature: Sorting by RC or DM
Thank you David for clarifications!
My fault, I have overlooked this ...
My fault, I have overlooked this ...