stefankueng / grepWin

A powerful and fast search tool using regular expressions
https://tools.stefankueng.com/grepWin.html
GNU General Public License v3.0
1.76k stars 188 forks source link

Search results not sorted #325

Closed Hexaae closed 2 years ago

Hexaae commented 2 years ago

If you sort by Ascending name (A-Z) the results is ok, but when you do a search again the resulting files won't be sorted (A-Z). Basically you have to resort the column order manually after every search.

stefankueng commented 2 years ago

that's by design: that way every new search is sorted in the order the filesystem stores it's data

Hexaae commented 2 years ago

But the filebar still says it's sorted by -your last choice-. Should be reset to look coherent at least.