[Koha-bugs] [Bug 22474] Authority and biblio field mapping improperly shared

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Mar 7 15:36:17 CET 2019


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

--- Comment #1 from Ere Maijala <ere.maijala at helsinki.fi> ---
Created attachment 86278
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=86278&action=edit
Bug 22474: Clone field config before adding fields to it

Test plain:

1. Reindex both authorities and biblios with the -d flag to recreate the index,
e.g. "perl misc/search_tools/rebuild_elastic_search.pl -v -d"
2. Check that authorities only contains authority-specific fields in
Elasticsearch e.g. by fetching 
http://localhost:9200/koha_dev_authorities/_mappings
3. Reindex both without the -d flag and verify it works, e.g. "perl
misc/search_tools/rebuild_elastic_search.pl -v"

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


More information about the Koha-bugs mailing list