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

(-)a/Koha/SearchEngine/Elasticsearch.pm (-1 / +8 lines)
Lines 962-967 sub _read_configuration { Link Here
962
    return $configuration;
962
    return $configuration;
963
}
963
}
964
964
965
=head2
966
967
my @facetable_fields = Koha::SearchEngine::Elasticsearch->get_facetable_fields();
968
969
Returns the list of Koha::SearchFields marked to be faceted in the ES configuration
970
971
=cut
972
965
sub get_facetable_fields {
973
sub get_facetable_fields {
966
    my ($self) = @_;
974
    my ($self) = @_;
967
975
968
- 

Return to bug 18235