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

(-)a/Koha/SearchEngine/Elasticsearch.pm (-1 / +8 lines)
Lines 540-545 sub _read_configuration { Link Here
540
    return $configuration;
540
    return $configuration;
541
}
541
}
542
542
543
=head2
544
545
my @facetable_fields = Koha::SearchEngine::Elasticsearch->get_facetable_fields();
546
547
Returns the list of Koha::SearchFields marked to be faceted in the ES configuration
548
549
=cut
550
543
sub get_facetable_fields {
551
sub get_facetable_fields {
544
    my ($self) = @_;
552
    my ($self) = @_;
545
553
546
- 

Return to bug 18235