I have change logs with a field for version information, and I am trying to sort them in reverse order and it doesn’t appear to be working. The change log tiddlers themselves are also lists, but I cleared all that out and loaded these into the latest TW version to make a minimal reproducible case. If I take out the sort entirely, the 10.0 comes to the top as you would expect for them to be sorted by title. But the sort either with or without :reverse is the same.
- <$list filter="[ascend.change[index]] :sort:version:reverse[get[ascend.version]]">
- <$link to={{!!title}} />
<$transclude/>
What am I doing wrong?