diff --git a/themes/bootstrap3/templates/Recommend/SideFacets/filter-list.phtml b/themes/bootstrap3/templates/Recommend/SideFacets/filter-list.phtml index fa43b26a56ec9d54b3b1e5de1b91031a7b660878..557a69d31e11063fc892a34a8b8eb67fa2234521 100644 --- a/themes/bootstrap3/templates/Recommend/SideFacets/filter-list.phtml +++ b/themes/bootstrap3/templates/Recommend/SideFacets/filter-list.phtml @@ -20,6 +20,7 @@ <span class="sr-only"><?=$this->transEsc('clear_tag_filter') ?></span> <span class="text"> <?php if ($filter['operator'] == 'NOT'): ?><?=$this->transEsc('NOT') ?><?php endif; ?> + <?php if ($filter['operator'] == 'AND' && $i > 0): ?><?=$this->transEsc('AND') ?><?php endif; ?> <?php if ($filter['operator'] == 'OR' && $i > 0): ?><?=$this->transEsc('OR') ?><?php endif; ?> <?=$this->transEsc($field) ?>: <?=$this->escapeHtml($filter['displayText']) ?> </span>