[BUG] column size will be broken when called by Cli -serch

Discussion related to "Everything" 1.5.
Post Reply
doskoi
Posts: 9
Joined: Thu May 11, 2023 5:37 am

[BUG] column size will be broken when called by Cli -serch

Post by doskoi »

Attach the debug log. (*Log masked the privacy part with ******.)

The problem will always be reproduced.

For the time being, I specified the column size.

Code: Select all

Everything64.exe -columns [{"name":"Name","width":320},{"name":"Path","width":640}]
From AHK V2, CLI -SEARCH <STR> is assigned to a shortcut key and executed.
Maybe there is a problem,
In my environment, the .db is a symbolic link to the RAM disk. However, the bug was reproduced even if the symbolic link was released.

Code: Select all

2025-02-01 18:20:06.912: columns=[{"name":"Name","width":596},{"name":"Size","width":78},{"name":"Date Modified","width":131},{"name":"Path","width":332},{"name":"Rating","width":45}]
"Everything" is the best software. Glory!
NotNull
Posts: 5961
Joined: Wed May 24, 2017 9:22 pm

Re: [BUG] column size will be broken when called by Cli -serch

Post by NotNull »

What exactly is the problem?

BTW: There is no need to store the database on a RAM drive. The entire database will be loaded in RAM on startup and written to disk on exit. In between all database actions take place in RAM.
doskoi
Posts: 9
Joined: Thu May 11, 2023 5:37 am

Re: [BUG] column size will be broken when called by Cli -serch

Post by doskoi »

The problem is that if you do not specify -columns, the column size will be changed without permission.

> BTW: There is no need to store the database on a RAM drive.
thank you :P
Post Reply