If I set a filter on a field (eg. checkbox), save the DS, then set a filter on Multilingual TB, an SQL error will be thrown because in current implementation of filtering the value and handle fields are replaced in the entire $where query.
This fix isolates the replacement to only the $where from the field, leaving the previous SQL intact.
If I set a filter on a field (eg.
checkbox
), save the DS, then set a filter onMultilingual TB
, an SQL error will be thrown because in current implementation of filtering thevalue
andhandle
fields are replaced in the entire$where
query.This fix isolates the replacement to only the
$where
from the field, leaving the previous SQL intact.Thanks!