mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 21:36:10 +01:00
[task] remove no longer required like method
This commit is contained in:
parent
50baec90ec
commit
0836c66cb3
1 changed files with 0 additions and 5 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue