From 6ef2233093df5c82f5fea1ec36bb621be0f4c31a Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 16 Nov 2018 12:06:31 +0000 Subject: [PATCH] Bug 20244: Pod fixes Signed-off-by: Nick Clemens --- Koha/SearchEngine/Elasticsearch.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Koha/SearchEngine/Elasticsearch.pm b/Koha/SearchEngine/Elasticsearch.pm index 77580a715f..d51c11e351 100644 --- a/Koha/SearchEngine/Elasticsearch.pm +++ b/Koha/SearchEngine/Elasticsearch.pm @@ -325,7 +325,7 @@ The method has no return value. =item C<$mappings> Arrayref of mappings containing arrayrefs in the format -[C<$taget>, C<$options>] where C<$target> is the name of the target field and +[C<$target>, C<$options>] where C<$target> is the name of the target field and C<$options> is a hashref containing processing directives for this particular mapping. @@ -546,7 +546,7 @@ sub marc_records_to_documents { my @mappings = _field_mappings($facet, $suggestible, $sort, $target_name, $target_type, $range) Get mappings, an internal data structure later used by -L<_process_mappings($mappings, $data, $record_document)> to process MARC target +L<_process_mappings($mappings, $data, $record_document, $altscript)> to process MARC target data for a MARC mapping. The returned C<$mappings> is not to to be confused with mappings provided by -- 2.39.5