Hide
original bugid: #5949
It is, for instance, not possible to use a function like 'concat' in your constraints, i.e. specifying:
concat([firstname],' ',[lastname]) like '%searchvalue%'
in the constraints of mm:list causes the system to fall back to legacy code after logging the error:
"Failed to parse Constraint from search condition string"
and a stacktrace.
Show
original bugid: #5949
It is, for instance, not possible to use a function like 'concat' in your constraints, i.e. specifying:
concat([firstname],' ',[lastname]) like '%searchvalue%'
in the constraints of mm:list causes the system to fall back to legacy code after logging the error:
"Failed to parse Constraint from search condition string"
and a stacktrace.