I've been having that problem quite often, I'm tired of it
Search error occurred: Invalid or unsupported search
The suiteql is quite simple
SELECT
ID,
TranID,
Type,
TranDate
FROM
Transaction
WHERE
TranDate = TO_DATE( TO_CHAR ( SYSDATE, 'DS' ), 'DS' )
and type = 'CustInvc'
GROUP BY
Transaction.TranID
What am I doing wrong ?