michoel
04/18/2018, 2:20 AMvar sublistId = String("price" + CURRENCY_ID);
and now it works, what gives!?? headbangjkabot
04/18/2018, 3:47 PMvar filterExpr = [
"formulanumeric: case when regexp_like({memo}, '(^|\\W)" + dynamicValue + "(\\W|$)') then 1 else 0 end",
"equalto",
"1"
];
SSS_INVALID_SRCH_FILTER_EXPR_TYPE: Malformed search filter expression, first two elements must be strings.Workaround was the same.