Fast date created sort

General discussion related to "Everything".
Post Reply
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Fast date created sort

Post by Stamimail »

I sort the results by "date created", and then add/remove/change something in SearchBox.
The sort was lost, and it sorted automaically by Name.
I found that this behaviour can be fixed by enabling
Opitons > Index (tab) > "Fast date created sort".

How should the user know this fix?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Fast date created sort

Post by void »

Good question.

Maybe I could put a Exclamation mark (!) icon next to the right of the Date Created column header name?
Image

Maybe when the user clicks the icon a dialog message shows:

Date created information is not indexed.
Searching for and sorting by date created can be slow.
Sorting by date created is not persistent, changing the search will reset the sort to Name ascending.

Enable date created indexing to instantly search and
fast date created sorting for instant and persistent sorting.

[ ] Index date created information.
[ ] Index date created information and enable fast date created sort.
[ ] Do not show this warning again.

[ OK ] [ Cancel ]
Image
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Fast date created sort

Post by Stamimail »

Note: There are more columns behave the same as "date created". Maybe it will be good if the user will be able to distinguish what column is indexed and what is not, by the Format/Design.
Another suggestion will be:
1. To make a button from the little triangle of the header. When clicking the little triangle, a menu will pop up with choices.
2. Look at WIndows Explorer headers. They have a dropdown list menu at their sides. You can make like this and make choices:
Index
Index+FastSort
..

Tooltips descriptions for headers are also an option.
RightClickMenu of header is also an option.
Another ideas will be welcomed.
NotNull
Posts: 5238
Joined: Wed May 24, 2017 9:22 pm

Re: Fast date created sort

Post by NotNull »

void wrote: Maybe I could put a Exclamation mark (!) icon next to the right of the Date Created column header name?
[...]
Maybe when the user clicks the icon a dialog message shows:
Maybe show those messages when adding these columns to the result-list? (these colmns aren't shown 'out-of-the-box')

EDIT:
Upon rereading, this is a bit of a mess. What I meant was:
When one adds a non-indexed column to the result list - like Date Created or Attributes - show a dialog as mentioned to warn the user.


Added to that: I'm not sure, but I'm under the expression that Everything gets that non-indexed information 'the Explorer way', instead of reading it from the MFT. (@void: can you confirm that?)

If that is the case, it might be useful to show a dialog where one can choose from:
- index permanently
- index temporarily; info will be lost when Everything exits (meaning that the info will be loaded/indexed in memory, but will not be saved to disk)
- Don't index Date Created / Attributes / ...


-
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Fast date created sort

Post by void »

Everything uses FindFirstFile to get file information that is not indexed. This would most likely be the same as Windows Explorer.
- index temporarily; info will be lost when Everything exits (meaning that the info will be loaded/indexed in memory, but will not be saved to disk)
Good idea, but it would require reindexing all NTFS volumes now and when the user restarts Everything.

Another idea is to have a popup bar that would be less invasive:
Image
Stamimail
Posts: 1122
Joined: Sat Aug 31, 2013 9:05 pm

Re: Fast date created sort

Post by Stamimail »

Another suggestion:
How a user add this column?
by RightClick on headers and check an item.
I suggest, after checking, and before the column is displayed, the user will get a message with explanation and choices:
This column will be added as not-indexed. This mean you will not be able to...
...
[ ] open Index settings in Options
[ ] Add column as not-indexed
:?: [ ] Show this message again :?:

Still, not-indexed columns headers need a special color or something to distinguish.
Another idea is to have a popup bar that would be less invasive:
I think popup bar should be close to where the user is messing. Means, in this case, not at bottom but at top.
NotNull
Posts: 5238
Joined: Wed May 24, 2017 9:22 pm

Re: Fast date created sort

Post by NotNull »

void wrote:Everything uses FindFirstFile to get file information that is not indexed. This would most likely be the same as Windows Explorer.
Other filemanagers use this FindFirstFile too, so that will be it. Thanks!
Good idea, but it would require reindexing all NTFS volumes now and when the user restarts Everything.
Don't see a problem in re-indexing NTS volumes, but hadn't considered restarting Everything ...
And there is also the rescanning of (networked) folder indexing :(.
You're right: not a good idea ..
Another idea is to have a popup bar that would be less invasive:
That was my main 'issue' with the first suggestion: too invasive.
I thought about alternatives, but it's very hard to come up with a good user interface that would fit Everything.
Your last suggestion is way better than all things I considered. Compliments!
Although I would change the text to something more straightforward like:
Date created is not indexed. Click here for more information and options.

Stamimail wrote:Another suggestion:
How a user add this column?
by RightClick on headers and check an item.
I suggest, after checking, and before the column is displayed, the user will get a message with explanation and choices:
[...]
Good idea! :D ;)
NotNull wrote: When one adds a non-indexed column to the result list - like Date Created or Attributes - show a dialog as mentioned to warn the user.
Still, not-indexed columns headers need a special color or something to distinguish.
Too 'loud' imo (thought about that too! ; what's happening here !?)
Post Reply