11 Mar
2025
11 Mar
'25
5:02 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39011 --- Comment #27 from Jonathan Druart <jonathan.druart@gmail.com> --- Searching by item type works for me, using BK for Books. I've tried to make this generic enough to have it applied to other tables easily. The main idea is to make the job client-side and avoid unnecessary joins on the server. Here you will need to have 1 extra join per column with a dropdown filter which will result in monstrous SQL queries. I personally think it's quite elegant :D -- You are receiving this mail because: You are watching all bug changes.