Lines 495-501
sub _convert_facets {
Link Here
|
495 |
push @{ $facet->{facets} }, { |
495 |
push @{ $facet->{facets} }, { |
496 |
facet_count => $c, |
496 |
facet_count => $c, |
497 |
facet_link_value => $t, |
497 |
facet_link_value => $t, |
498 |
facet_title_value => $t . " ($c)", |
498 |
facet_title_value => $t, |
499 |
facet_label_value => $label, # TODO either truncate this, |
499 |
facet_label_value => $label, # TODO either truncate this, |
500 |
# or make the template do it like it should anyway |
500 |
# or make the template do it like it should anyway |
501 |
type_link_value => $type, |
501 |
type_link_value => $type, |
502 |
- |
|
|