https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=23565 --- Comment #2 from Owen Leonard <oleonard@myacpl.org> --- This has proved to be more difficult than I anticipated. The item search results table has column filters in the header, added via the jquery.dataTables.columnFilter.js plugin. As far as I can tell this plugin uses the index of the column to define the scope of the search. It looks like hiding columns changes the structure of the table in a way that the plugin can't keep track of which column is which. I don't know where this plugin came from... I've found older versions online, and slighly newer forks, but nothing up to date with the latest DataTables. I haven't dug into the plugin's code, so I don't know how difficult it would be to address the column index problem. -- You are receiving this mail because: You are watching all bug changes.