Make the sort filter support negative indexes, e.g., attribute='-1'.
It enables the sorting a list w.r.t. its last element, useful when sorting names.
(Right now it can be achieved by reversing each list, but it is extremely cumbersome and counter-intuitive.)