Bug fixes and improvements
Pre-release
Pre-release
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).