properly encode comperor for cloud tag

This commit is contained in:
Szymon Olewniczak
2017-09-18 09:52:48 +02:00
parent 57775e3011
commit 43d764065a

View File

@ -132,7 +132,7 @@ class AggregationCloud {
$tagValue = $tagValue[0];
}
$key = $value->getColumn()->getFullQualifiedLabel() . '=';
$filter = SearchConfigParameters::$PARAM_FILTER . "[$key]=" . urlencode($tagValue);
$filter = SearchConfigParameters::$PARAM_FILTER . '[' . urlencode($key) . ']=' . urlencode($tagValue);
$this->renderer->listitem_open(1);
$this->renderer->listcontent_open();