View | Details | Raw Unified | Return to bug 26832
Collapse All | Expand All

(-)a/misc/search_tools/export_elasticsearch_mappings.pl (-1 / +1 lines)
Lines 80-83 if ( $type && $type !~ /^(marc21|unimarc|normarc)$/ ) { Link Here
80
80
81
my $mappings = Koha::SearchEngine::Elasticsearch::raw_elasticsearch_mappings( $type );
81
my $mappings = Koha::SearchEngine::Elasticsearch::raw_elasticsearch_mappings( $type );
82
82
83
binmode STDOUT, ":encoding(UTF-8)";
83
print Dump($mappings);
84
print Dump($mappings);
84
- 

Return to bug 26832