In Everything, other column damages selection if there is sorted column which is added by addcolumn search function. ( Bug ? )
Explanation with an example:
Suppose, in Everything, the "Length" column is enabled/visible, then I run the following command:
Code: Select all
Everything64.exe -search "C:\ addcolumn:a:1 a-label:=Simple_Text a:=simpleText sort:ColumnA" -select C:\file.ogg
Also, I have noticed that, selection is lost just after the "Length" of "C:\file.ogg" file is fetched by Everything (taking some time) and shown in the screen but maybe only when an additional non-indexed column/property is enabled/visible.
Note that, this may happen for only once after every computer "log off" or "restart" event, maybe due to sorts and fetched data are somehow cached and subsequent sorts and fetchs are done with the help of the cache.
This is somewhat similar to the previous post of viewtopic.php?t=14634 about addcolumn search function, it seems like sorting of added column by addcolumn search function brings issues.
Thank you.