https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19368 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA CC| |nick@bywatersolutions.com --- Comment #46 from Nick Clemens <nick@bywatersolutions.com> --- I like this idea, but I think I am confused here. The pref now affects all datatables where we use anti-the, however, we still generate the extra column in serials-search and sort against that initially? This code also seems to automatically strip articles before apostrophes - this works for some languages, but would it work for all? I don't know if the 'anti-the' plugin works with apostrophe'd articles, can you weigh in on that severine or someone else? I find it confusing that the table is initially sorted by one column, then uses another if you click. Adding this to datatables seems to allow sorting by a hidden column: { 'orderData': 2, 'targets': 0}, -- You are receiving this mail because: You are watching all bug changes.