Page 1 of 1

sortby broken for custom column

Posted: 02 Nov 2022 10:06
by roemer_m
sortby on custom column seems to be broken
1. create custom column "length" (name can be changed freely)
2. ::sortby "lenght";
on my current version 23.70.0200 result is:
list sort is only reset - no first or second sort applied anymore

Re: sortby broken for custom column

Posted: 02 Nov 2022 10:21
by highend
Can confirm this

It still works with property and special property columns, but not with custom ones

It doesn't even show the sort arrow button on custom columns when sortby is used on them

Re: sortby broken for custom column

Posted: 04 Nov 2022 14:07
by admin
It seems that this change (next beta) which makes a lot of sense IMO also fixes your issue:

Code: Select all

    * SC sortby: Now partial match is used as a fall back if there is no full match for 
      the "column" parameter. Previously, the first partial match (from left) was used.

Re: sortby broken for custom column

Posted: 04 Nov 2022 16:27
by roemer_m
Yes, problem with SC sortby was fixed with version 23.70.0205

Re: sortby broken for custom column

Posted: 08 Nov 2022 12:04
by roemer_m
Sorry but sortby of custom column still exists if name of custom column include German umlauts (and maybe also other non ASCII-chars).
If you use "Länge" as custom column name sortby fails but if "Laenge" is used all is working as expected.

Re: sortby broken for custom column

Posted: 08 Nov 2022 13:03
by admin
Cannot really reproduce. But I found another little problem that might also be the cause for yours. Check out the next beta.

Re: sortby broken for custom column

Posted: 08 Nov 2022 17:14
by roemer_m
Great surprise for me: portable version 23.70.0300 is working with German umlauts but same installed version fails with sortby on my computer. Could it be that I have to cleanup something (cache maybe)?

Re: sortby broken for custom column

Posted: 08 Nov 2022 17:22
by admin
XY has no Unicode problems.

Try v23.70.0301 ...

Re: sortby broken for custom column

Posted: 08 Nov 2022 23:16
by roemer_m
Don you are right - beta 23.70.0301 is working correct. Thanks for fix.