https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29185
Nick Clemens <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #19 from Nick Clemens <[email protected]> --- (In reply to Marcel de Rooy from comment #16) > (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 Ah, I thought I saw some handling in the zebra xslt, but I must have gotten confused. Tested and works nicely with a minor follow-up -- 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/
