https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29185
--- Comment #16 from Marcel de Rooy <[email protected]> --- (In reply to Martin Renvoize from comment #11) > Nick said: > > "The only bit I am not sure about is the indexing, there is some massaging > it looks like in the utils - and I don't see where we have an equivalent in > ES" > > So, that confirms my suspicions that we might need to do more for this to > work with ES From IRC: [09:26] <marcelr> +++ b/Koha/SearchEngine/Elasticsearch/QueryBuilder.pm @@ -82,6 +82,7 @@ our %index_field_convert = ( + 'cnum' => 'control-number', [09:28] <marcelr> admin/searchengine/elasticsearch/mappings.yaml: control-number: [09:28] <marcelr> i am not adding something new, but just an alias -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ 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/
