diff --git a/Classes/Domain/Model/SearchRequest.php b/Classes/Domain/Model/SearchRequest.php index a375d24..2fb6330 100644 --- a/Classes/Domain/Model/SearchRequest.php +++ b/Classes/Domain/Model/SearchRequest.php @@ -217,11 +217,6 @@ class SearchRequest implements SearchRequestInterface throw new \BadMethodCallException('Method is not implemented yet.', 1502196199); } - public function like($propertyName, $operand, $caseSensitive = true) - { - throw new \BadMethodCallException('Method is not implemented yet.', 1502196167); - } - public function contains($propertyName, $operand) { throw new \BadMethodCallException('Method is not implemented yet.', 1502196200);