https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20469 --- Comment #24 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Marcel de Rooy from comment #23)
(In reply to Jonathan Druart from comment #22)
The "correct" way to do it (regarding the discussion on bug 11983) would be:
$patron->holds->filter_by_in_transit->filter_by_waiting
But it is not as simple to implement as it sounds.
Yeah, this sounds more like transit AND waiting instead of transit OR waiting.
Yes you are right, it's not equivalent.
And the idea of two filters applied in a row does not look good in terms of performance.
No it will not. DBIx::Class is building the ResultSet, nothing is fetch at this point. -- You are receiving this mail because: You are watching all bug changes.