]> git.koha-community.org Git - koha.git/commit
Bug 36396: Export/import the yaml config
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 22 Mar 2024 09:04:08 +0000 (10:04 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 7 May 2024 13:53:54 +0000 (15:53 +0200)
commit5561383a9ffe0f294b756ab3a56754901c34ceae
tree326c61deced581de987cb0f5ad7699fc2e81016d
parent621ad21a7aea74afddc06f73ae86f477077becb5
Bug 36396: Export/import the yaml config

Test plan:
Export the ES fields/mappings using
 misc/search_tools/export_elasticsearch_mappings.pl > mappings.yaml
Copy this file to admin/searchengine/elasticsearch/mappings.yaml

Reset the mapping from the UI
Notice that the links to the AV categories have been preserved

Sponsored-by: The Research University in the Helmholtz Association (KIT)
Signed-off-by: Lukas Koszyk <lukasz.koszyk@kit.edu>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/SearchEngine/Elasticsearch.pm