[Koha-bugs] [Bug 19707] Add new operations for synchronizing Elasticsearch mappings

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Nov 28 12:02:54 CET 2017


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

--- Comment #2 from David Gustafsson <glasklas at gmail.com> ---
"add": Only new fields will be added (present in mappings.yaml but not in
database), mappings for fields stored in database will be left untouched.

"revert": Mappings for all fields in mappings.yaml will be reverted, mappings
restored to default onces, and local modifications of those mappings removed.

"merge": New mappings for fields present in mappings.yaml will be merged in,
keeping any local modifications of marc targets (this could also include old
problematic mappings later fixed in mappings.yaml, so should be used with some
caution).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list