added better page tracking for piwik

This commit is contained in:
2018-04-18 09:49:32 +02:00
parent 9c61825a17
commit 249bc608b3
6 changed files with 31 additions and 1 deletions
@@ -328,9 +328,9 @@ class EdlpSearchController extends ControllerBase {
}
// entries
$this->entry_names = [];
if (!empty($this->entries)){
$terms = entity_load_multiple('taxonomy_term', $this->entries);
$this->entry_names = [];
$entries_condition_group = $query->createConditionGroup();
foreach ($terms as $tid => $term) {
$entries_condition_group->addCondition('field_entrees', (int)$tid, "=");