17 Jun
2019
17 Jun
'19
3:12 p.m.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=22426 --- Comment #6 from Fridolin SOMERS <fridolin.somers@biblibre.com> --- I see that there is a removal of "mc-" before index to field convertion : Added by commit : Bug 12478: fix multi-choice stuff in advanced search In Koha/SearchEngine/Elasticsearch/QueryBuilder.pm : my $mc = ''; if ($f =~ /^mc-/) { $mc = 'mc-'; $f =~ s/^mc-//; } And in %index_field_convert there is : 'mc-loc' => 'location' So I think adding loc => location should fix the problem. That is why there is no problem with mc-ccode and mc-itemtype. -- You are receiving this mail because: You are watching all bug changes.