class.tx_solr_facet_simplefacetrenderer.php.patch
| class.tx_solr_facet_simplefacetrenderer.php Locally Modified (Based On LOCAL) | ||
|---|---|---|
| 115 | 115 |
|
| 116 | 116 |
$i = 0; |
| 117 | 117 |
foreach ($this->facetOptions as $facetOption => $facetOptionResultCount) {
|
| 118 |
if ($facetOption == '_empty_') {
|
|
| 118 |
if ($facetOption === '_empty_') {
|
|
| 119 | 119 |
// TODO - for now we don't handle facet missing. |
| 120 | 120 |
continue; |
| 121 | 121 |
} |