properties creating without being enabled

Discussion related to "Everything" 1.5.
Post Reply
Shooter3k
Posts: 42
Joined: Tue Sep 07, 2021 10:56 pm

properties creating without being enabled

Post by Shooter3k »

I'm seeing an odd bug with the "properties" creation..... it's a bit hard to explain

I have this property added but it's currently disabled:
image.png
image.png (36.48 KiB) Viewed 909 times

However, when I sort the file results by "date created" it's continuing to create new properties on new files
image.png
image.png (93.03 KiB) Viewed 909 times
When I sort by size, it does not show up
image.png
image.png (36.48 KiB) Viewed 909 times
However, now that it's been on this page for awhile, they are starting to populate. Does it fill these in when they show up in search?????
The attachment image.png is no longer available
Attachments
image.png
image.png (64.98 KiB) Viewed 908 times
image.png
image.png (69.73 KiB) Viewed 909 times
void
Developer
Posts: 19870
Joined: Fri Oct 16, 2009 11:31 pm

Re: properties creating without being enabled

Post by void »

However, when I sort the file results by "date created" it's continuing to create new properties on new files
When a property is added under Tools -> Options -> Properties, but Include folders and include files are both unchecked, it is basically ignored.
In other words, the sha-256 property is not indexed.

Everything will gather SHA-256 for items that are visible or when you sort by SHA-256.


When I sort by size, it does not show up
It will, it will just take ages, Everything will have to read the large file and calculate the SHA-256.


Does it fill these in when they show up in search?????
Yes.



Are you trying to prevent Everything from gathering the sha-256 property?
santilli
Posts: 26
Joined: Tue Apr 30, 2024 7:05 am

Re: properties creating without being enabled

Post by santilli »

According to the provided images, it seems to be following the expected behavior.

IF a property is not marked to be indexed AND its column is visible in the results list, the properties will be fetched in real time, prioritizing the files that are currently on screen, from top to bottom. When the tab/window is closed, the properties are cleared. When sorting by largest to smallest size, each file takes longer to calculate, so it might give the impression that the column is blank/not being filled, but they are, just slowly.

To avoid this behavior, you need to remove the SHA-256 column.

On a similar note, when you mark a property to be indexed and set it to include/exclude certain files or directories, Everything will NOT calculate values in real time for the files that are outside of the indexing scope.
Shooter3k
Posts: 42
Joined: Tue Sep 07, 2021 10:56 pm

Re: properties creating without being enabled

Post by Shooter3k »

Ahh ok, great! Thanks for that information
Post Reply