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

(-)a/Koha/SearchEngine/Elasticsearch.pm (-2 / +1 lines)
Lines 495-501 data for a MARC mapping. Link Here
495
495
496
The returned C<$mappings> is not to to be confused with mappings provided by
496
The returned C<$mappings> is not to to be confused with mappings provided by
497
C<_foreach_mapping>, rather this sub accepts properties from a mapping as
497
C<_foreach_mapping>, rather this sub accepts properties from a mapping as
498
provided by C<_foreach_mapping> and expands it to this internal data stucture.
498
provided by C<_foreach_mapping> and expands it to this internal data structure.
499
In the caller context (C<_get_marc_mapping_rules>) the returned C<@mappings>
499
In the caller context (C<_get_marc_mapping_rules>) the returned C<@mappings>
500
is then applied to each MARC target (leader, control field data, subfield or
500
is then applied to each MARC target (leader, control field data, subfield or
501
joined subfields) and integrated into the mapping rules data structure used in
501
joined subfields) and integrated into the mapping rules data structure used in
502
- 

Return to bug 19893