Closed MiloDBD closed 4 months ago
I'm struggling to return any results with LikeString
$where - new LikeString(); $where->setField('NAME'); $where->setValue('Neil %'); // or * or blank as the wildcard char. $query->setQuery($where);
I've verified with EqualToString(), that returns fine...
Thank you for any help.
Just noticed I put a subtract instead of an equals. (The code didn't complain at all)
I'm struggling to return any results with LikeString
I've verified with EqualToString(), that returns fine...
Thank you for any help.