[task] remove no longer required like method

This commit is contained in:
Daniel Maier 2018-10-17 15:55:04 +02:00
parent 50baec90ec
commit 0836c66cb3

View file

@ -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);