https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=33159 --- Comment #13 from Frank Hansen <frank.hansen@ub.lu.se> --- (In reply to Nick Clemens from comment #12)
(In reply to Frank Hansen from comment #11)
(In reply to Nick Clemens from comment #5)
Created attachment 147970 [details] [review] [review] [review] Bug 33159: Simplify ES handling and fix zebra handling
It seems to work with Zebra now. But for ES, after resetting the mappings and re-index (recreating) the indexes, linking doesn't work anymore. I notices that both Subject-heading-thesaurus and Subject-heading-thesaurus-conventions index was removed from mappings.yaml. Was that a mistake? I thought you want want a single index for both 008/_11
They are removed from the mappings, and moved into Koha::SearchEngine::Elasticsearch - they are hardcoded to always be present, so it should work after recreating the indexes - I will retest on my end
Ah, I gave it another try and Subject-heading-thesaurus is actually created. I think its ok then. Regards, Frank -- You are receiving this mail because: You are watching all bug changes.