http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12478 --- Comment #112 from Robin Sheat <robin@catalyst.net.nz> --- I've pushed up my latest changes with the sorting updates. Here's the commit message for a description of how it works: Bug 12478: allow more granular sorting configuration This allows sorting to be configured within a field. For example, while many values are included for search on author, sorting should only be done on the main entry values. This permits that by having a sort value, which can be true, false, or null. true and null are pretty much the same, but false means that a field isn't available for sorting on. By default (null), fields can be sorted on. -- You are receiving this mail because: You are watching all bug changes.