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

(-)a/Koha/SearchEngine/Elasticsearch.pm (-2 / +1 lines)
Lines 747-753 sub _array_to_marc { Link Here
747
    my @mappings = _field_mappings($facet, $suggestible, $sort, $search, $target_name, $target_type, $range)
747
    my @mappings = _field_mappings($facet, $suggestible, $sort, $search, $target_name, $target_type, $range)
748
748
749
Get mappings, an internal data structure later used by
749
Get mappings, an internal data structure later used by
750
L<_process_mappings($mappings, $data, $record_document, $altscript)> to process MARC target
750
L<_process_mappings($mappings, $data, $record_document, $meta)> to process MARC target
751
data for a MARC mapping.
751
data for a MARC mapping.
752
752
753
The returned C<$mappings> is not to to be confused with mappings provided by
753
The returned C<$mappings> is not to to be confused with mappings provided by
754
- 

Return to bug 22771