Skip to content

Bug fixes and improvements

Pre-release
Pre-release
Compare
Choose a tag to compare
@rsdoiel rsdoiel released this 30 Jan 20:37

Bug fixes. In the Go package have added support for custom select list sort functionality by defining a CustomLessFn on the SelectList struct. This allows supporting complex sorts of select lists made up of composite keys (e.g. title|group|pubDate|recID where you want to sort pubDate in descending order when title and group are in ascending order).