https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39011 Lucas Gass (lukeg) <lucas@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Failed QA |Passed QA --- Comment #28 from Lucas Gass (lukeg) <lucas@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #27)
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
I re-tested, itemtype works for me also. This is a pretty big blocker for many of our libraries. In my opinion this cannot be held up any longer so I am going to set it back to PQA. -- You are receiving this mail because: You are watching all bug changes.