yii\elasticsearch\QueryBuilder::buildLikeCondition PHP 메소드

buildLikeCondition() 개인적인 메소드

private buildLikeCondition ( $operator, $operands )
    private function buildLikeCondition($operator, $operands)
    {
        throw new NotSupportedException('like conditions are not supported by elasticsearch.');
    }