Sort by date modified not working properly
Sort by date modified not working properly
I have a lot of files on my computer. When I wanted to see the oldest one, I went in everything and sorted by date motified (oldest)
I saw that the oldest file was 1998. However, when I checked a folder I thought had an older file, I discovered it had a file from 1983.
If I could get the C++ source file, I could find the cause of this. (everything is open source but I don't know how to get the source.)
My current guess as to what causes this is that it uses the standard name indexing. (ie. ! before a, 1 before 2)
I have version 1.4.1.895 (x64)
I saw that the oldest file was 1998. However, when I checked a folder I thought had an older file, I discovered it had a file from 1983.
If I could get the C++ source file, I could find the cause of this. (everything is open source but I don't know how to get the source.)
My current guess as to what causes this is that it uses the standard name indexing. (ie. ! before a, 1 before 2)
I have version 1.4.1.895 (x64)
Last edited by GuyOnDR0G on Sun Jun 02, 2019 12:38 am, edited 2 times in total.
Re: Sort by date modified not working properly
This is a weird message. Are you trolling?
Re: Sort by date modified not working properly
That I believe. It was your reasoning: Unexpected result ==> It's a bug ==> I need the source code.
And also: Sorting by date is probably wrong. Probably "!" before "a". Dates normally do not contain "!" or "a".
That out of the way:
Let's say your oldest file that Everything didn't find (the one from 1983) is called "oldest.txt".
If you type this search query in Everything does this file show in the resultlist?
Probably not. In that case, follow these steps
If that didn't help, do a Force Rebuild (Menu:Tools > Options > Indexes)
And also: Sorting by date is probably wrong. Probably "!" before "a". Dates normally do not contain "!" or "a".
That out of the way:
Let's say your oldest file that Everything didn't find (the one from 1983) is called "oldest.txt".
If you type this search query in Everything
"oldest.txt"
Probably not. In that case, follow these steps
If that didn't help, do a Force Rebuild (Menu:Tools > Options > Indexes)
Last edited by NotNull on Sun Jun 02, 2019 5:08 pm, edited 1 time in total.
Re: Sort by date modified not working properly
When I searched for this file, it did not show up. However, a different file from 1983 showed up. (C:\VDos\COMMAND.COM) All of the settings for searching specified in these steps were the same as mine. I did a force rebuild numerous times and it still does not show up.NotNull wrote: ↑Sun Jun 02, 2019 3:45 pm That I believe. It was your reasoning: Unexpected result ==> It's a bug ==> I need the source code.
And also: Sorting by date is probably wrong. Probably "!" before "a". Dates normally do not contain "!" or "a".
That out of the way:
Let's say your oldest file that Everything didn't find (the one from 1983) is called "oldest.txt".
If you type this search query in Everything {c]"oldest.txt"[/c] does this file show in the resultlist?
Probably not. In that case, follow these steps
If that didn't help, do a Force Rebuild (Menu:Tools > Options > Indexes)
i know like no one will experience this bug, but I made this post because this bug may come up in other forms.
Re: Sort by date modified not working properly
Thanks for executing these steps. That removed a lot of possible causes ..
So, Everything has no idea that your "oldest.txt" exists. No wonder it doesn't come up when you sort oldest first ...
First question to answer now: Why doens't Everything know about "oldest.txt"?
Is "oldest.txt" on a local NTFS volume?
In that case, you might have defined some exclusions :
Check the health of your disk (for corruption etc):
So, Everything has no idea that your "oldest.txt" exists. No wonder it doesn't come up when you sort oldest first ...
First question to answer now: Why doens't Everything know about "oldest.txt"?
Is "oldest.txt" on a local NTFS volume?
In that case, you might have defined some exclusions :
- Go to Menu:Tools > Options > Indexes > Exclude
- Anything configured there (other then an enabled Enable exclude list setting)?
- Go to Menu:Tools > Options >Indexes > NTFS
- Click on the local NTFS volume that contains your "oldest.txt"
- Is Include in database enabled?
- Is there anything filled in under Include only:?
Check the health of your disk (for corruption etc):
- In File Explorer, right-click the disk where your oldest.txt is on.
- Choose properties
- Select the Tools tab
- Press the Check button to start the error checking
Re: Sort by date modified not working properly
oldest.txt is on a FAT32 USB.NotNull wrote: ↑Sun Jun 02, 2019 5:37 pm Thanks for executing these steps. That removed a lot of possible causes ..
So, Everything has no idea that your "oldest.txt" exists. No wonder it doesn't come up when you sort oldest first ...
First question to answer now: Why doens't Everything know about "oldest.txt"?
Is "oldest.txt" on a local NTFS volume?
In that case, you might have defined some exclusions :
- Go to Menu:Tools > Options > Indexes > Exclude
- Anything configured there (other then an enabled Enable exclude list setting)?
- Go to Menu:Tools > Options >Indexes > NTFS
- Click on the local NTFS volume that contains your "oldest.txt"
- Is Include in database enabled?
- Is there anything filled in under Include only:?
Check the health of your disk (for corruption etc):
- In File Explorer, right-click the disk where your oldest.txt is on.
- Choose properties
- Select the Tools tab
- Press the Check button to start the error checking
There are no exclusions in the exclusions section.
Yes include is enabled.
There is nothing in that box.
There are no errors on my disk + USB.
Re: Sort by date modified not working properly
That does not make sense at all:oldest.txt is on a FAT32 USB.
There are no exclusions in the exclusions section.
Yes include is enabled.
There is nothing in that box.
There are no errors on my disk + USB.
FAT32 volumes are not shown under NTFS volumes.
Re: Sort by date modified not working properly
Hm. But I thought all USBs use FAT32. This is a picture of the USB in file explorer, as shown in this image.
Re: Sort by date modified not working properly
Flash drive need not necessarily be FAT32.
Do you not have that drive, F:, Indexed as either a Folder or File List?
Do you not have that drive, F:, Indexed as either a Folder or File List?
Re: Sort by date modified not working properly
I added the drive to that indexed folder section in options.
Hm. Does this go with all drives? Now when I searched for it, it showed up. But...
The strangest thing happened.
Sorting by oldest date modified showed that my usb (the folder path F:) is the oldest folder at 1979!!! ... glitch
There are also folders that were once folders (that were converted to files) that are being indexed as folders.
But after scrolling through all the folders, I found the file.. and I discovered something amazing.
I have 2 files from 1970.
And something that came with chrome from 1980. Actually, 12 of those.
That file from 1970 is in a microsoft system folder %appdata%\microsoft\inputmethod\(the 2 files there)
Then I realized these only came up when indexing F:\...
But thank you for helping me find the (what i currently think is the) oldest file on my computer.
Even if it is a glitch... (which it is)