FOSElasticaBundle
FOSElasticaBundle copied to clipboard
\Elastica\Aggregation\Filter incorrect conversion to array
in method \Elastica\Aggregation\Filter::toArray invalid conversion. Other keys are ignored such as parameters and meta I think it must be something like this
$array = parent::toArray();
$array['filter'] = $this->getParam('filter')->toArray();