1 parent 98a6570 commit db33c9fCopy full SHA for db33c9f
1 file changed
Service/Filters.php
@@ -40,7 +40,7 @@ public function apply(QueryBuilder $qb, FormInterface $filters)
40
$value = $filter->getData();
41
}
42
43
- $param = $alias . '_' . $field;
+ $param = str_replace('.', '__', $alias) . '_' . $field;
44
45
$qb
46
->andWhere($qb->expr()->$expr($alias . '.' . $field, ':' . $param))
0 commit comments