27 Mar
2018
27 Mar
'18
12:49 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20271 --- Comment #20 from Ere Maijala <ere.maijala@helsinki.fi> --- I think the OAI-PMH provider should now be changed to return all records in a single pass. It was built to return deleted records separately because that was much faster than joining tables on the fly, but when deleted and non-deleted records are in the same table this complication is not needed anymore. I think the whole ListBase class could be removed in this case. Please let me know if you'd rather let me do the relevant changes in the OAI classes. -- You are receiving this mail because: You are watching all bug changes.