https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11677 --- Comment #30 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Tomás Cohen Arazi from comment #29)
(In reply to Katrin Fischer from comment #28)
Do we have 3 alternate patches here now?
We have discussed it with Nick, and both our patches return the same results. That's because lost won't be NULL (itemlost is defined as NOT NULL) and so there will always be the lost index on records. The same applies to the not-onloan-count index, which is generated on indexing. Way to test:
I forgot to mention that the lost index CAN be absent on a record, when it has no items. But that means it has no items available so it is ok :-D -- You are receiving this mail because: You are watching all bug changes.