Bug 18235: (QA follow-up) Series facet name after rebase
[koha-equinox.git] / Koha / SearchEngine / Elasticsearch.pm
index 8cb8c96..5f9370d 100644 (file)
@@ -985,7 +985,7 @@ sub get_facetable_fields {
 
     # These should correspond to the ES field names, as opposed to the CCL
     # things that zebra uses.
-    my @search_field_names = qw( author itype location su-geo se subject ccode holdingbranch homebranch );
+    my @search_field_names = qw( author itype location su-geo title-series subject ccode holdingbranch homebranch );
     my @faceted_fields = Koha::SearchFields->search(
         { name => { -in => \@search_field_names }, facet_order => { '!=' => undef } }, { order_by => ['facet_order'] }
     );