Prefilters - Two confirmed bugs

fedepia

Active Member
EDIT: damn, I posted in fabrik 1.x. This post should be moved to fabrik 2.0 svn 2421. Sorry

Hello guys, I would like to report two confirmed bugs.
1- First in the prefilter using Eval php code
We can't use "//" in the code, so I couldn't do something like:
return str_ireplace ("//..*..//", ",", $resultSet);

2- Using the IN condition in Eval prefilter
If I returns a list like 1,2,3,4 it won't work because fabrik concatenates singles quotes, like '1,2,3,4' this generates a bug in mysql, so I need to return a list like:
x','y
so, fabrik concatenates its single quotes to:
'x','y'

Here is my detailed thread.

HTH,

Fede
 
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top