Neos\Flow\Persistence\QueryInterface::like PHP Method

like() public method

Matches if the property named $propertyName is like the $operand, using standard SQL wildcards.
public like ( string $propertyName, string $operand, boolean $caseSensitive = true ) : object
$propertyName string The name of the property to compare against
$operand string The value to compare with
$caseSensitive boolean Whether the matching should be done case-sensitive
return object
    public function like($propertyName, $operand, $caseSensitive = true);