Hello! In the request, you must ignore the case of the text, so I traditionally use the UPPER in the request, like this:
“select * from data where
UPPER(ccusname) LIKE UPPER(’%” + document.childByName(“Search input”).content.text + “%’)”
The request is executed, but the operator does not work … why? Maybe the problem is in Cyrillic?