https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=41022 Jonathan Druart <jonathan.druart@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@gmail.com --- Comment #1 from Jonathan Druart <jonathan.druart@gmail.com> --- For libraries and item types - without using elastic for items I don't think we can implement that without performance issues. It would be interesting to know how much time it takes to `select distinct(field) from items where biblionumber=x` when there are a lot of items (10k). For status - not conceivable (still perf related) without storing the status. -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.