https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27365

--- Comment #26 from Thomas Klausner <[email protected]> ---
(In reply to Katrin Fischer from comment #25)
> Hm, this seems like a step back from Zebra where we switched to use MARCXML
> to get around size limits with many items etc. a long while ago?

I'm all for moving forward and storing MARCXML in the ElasticSearch document in
`marc_data`. This already happens when some warnings are encounted during
converting to USMARC. And there is a field `marc_format` to indicate which
format is used in `marc_data`.

Updating Koha::SearchEngine::Elasticsearch 781-808 seems quite easy. And should
not need a re-indexing or any changes further "down", because
Koha::SearchEngine::Elasticsearch::Search->decode_record_from_result uses
`marc_format` to figure out how to handle `marc_data`. (But I think this should
be a new ticket)

But whatever we do in Koha, MARC::Record still is buggy. Does anybody here
knows what the process is to get updates into MARC::Record? The CPAN RT queue
seems not maintained, and I cannot find a git repo anywhere.

-- 
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://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/

Reply via email to