https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=11529
Ere Maijala <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] --- Comment #11 from Ere Maijala <[email protected]> --- This is pretty much work in progress but I posted so that it's not lost in any catastrophic event. :) In any case, the first patch is pretty much done and the second is done but completely untested. For the record, I ended up naming the field for "remainder of title" subtitle for back-compatibility, as subtitle is the predominant term in the current index. Adding the fields increases the space requirement for the biblio table, but the increase is pretty minor in the grand scheme. The only controversial thing, as far as I can see, is that retrieval of subtitle with this mechanism doesn't use the fieldmapping table ("Keyword to MARC mapping" in the UI) anymore. I don't see it as an issue since, as far as I can see, it's a mechanism that's only been used for the subtitle. So we can probably get rid of it completely here. I'll just need to finish the transition to get rid of the GetRecordValue method or make it work with the framework data. -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
