2 May
2025
2 May
'25
11:44 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39558 --- Comment #7 from Nick Clemens (kidclamp) <nick@bywatersolutions.com> --- (In reply to Marcel de Rooy from comment #5)
Not sure about the last sentence, you can update a record and not touch the title or author, right? In most cases it seems to me that you just need to check biblio_metadata or items. There is an index on the primary key for biblio_metadata. Why look at biblio or biblioitems?
Because the API route is centered on the biblios table - so we need reliable filtering of all three tables via this endpoint -- You are receiving this mail because: You are watching all bug changes.