https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24428
--- Comment #2 from Ere Maijala <[email protected]> --- I don't think you can ever rely on the field order being correct. In Elasticsearch the documents are JSON objects, and a JSON object is by definition "an unordered set of name/value pairs". The way around this would be to either include item information in MARC or index each item as a subdocument. This should probably be optional. -- 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/
