Commit 4c7e202e authored by Stratinc's avatar Stratinc

Inteval key (label) fix

parent 1a4c1464
......@@ -241,7 +241,7 @@ class FacetSet extends RequestBuilder implements ComponentRequestBuilderInterfac
foreach ($facet->getSet() as $key => $setValue) {
if(is_string($key)) {
$setValue = '{!key='.$key.'}'.$setValue;
$setValue = '{!key="'.$key.'"}'.$setValue;
}
$request->addParam("f.$field.facet.interval.set", $setValue);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment