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

(-)a/Koha/SearchEngine/Elasticsearch.pm (-1 / +8 lines)
Lines 973-978 sub _read_configuration { Link Here
973
    return $configuration;
973
    return $configuration;
974
}
974
}
975
975
976
=head2
977
978
my @facetable_fields = Koha::SearchEngine::Elasticsearch->get_facetable_fields();
979
980
Returns the list of Koha::SearchFields marked to be faceted in the ES configuration
981
982
=cut
983
976
sub get_facetable_fields {
984
sub get_facetable_fields {
977
    my ($self) = @_;
985
    my ($self) = @_;
978
986
979
- 

Return to bug 18235