ZOHO_CRITERIA not working with LIKE
API is working fine pulling data when using ZOHO_CRITERIA as $critera = "column = 'value'".
However, in the API docs, it says that you can pass any SQL WHERE arguments including LIKE statements, which are not working.
$critera = "column LIKE '%val%'" is not working.... Returns all records.
Using ReportClient.php by the way.