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