Skip to content

Commit 964d915

Browse files
committed
Readme update
1 parent 5650806 commit 964d915

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ $ composer require pdphilip/elasticsearch
4747
Laravel 7:
4848

4949
```bash
50-
$ composer require pdphilip/elasticsearch:v0.7-alpha
50+
$ composer require pdphilip/elasticsearch:~0.7
5151
```
5252

5353
Laravel 6 (and 5.8):
5454

5555
```bash
56-
$ composer require pdphilip/elasticsearch:v0.6-alpha
56+
$ composer require pdphilip/elasticsearch:~0.6
5757
```
5858

5959
Configuration

src/Query/Builder.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -752,9 +752,7 @@ protected function _parseWhereRegex(array $where)
752752
$value = $where['expression'];
753753
$column = $where['column'];
754754
return [$column => ['regex' => $value]];
755-
// return ['regex' => [$column => $value]];
756755

757-
// return $where['sql'];
758756
}
759757

760758
/**
@@ -944,7 +942,6 @@ private function _isAssociative(array $arr)
944942

945943
public function query($columns = [])
946944
{
947-
return $this->_processGet();
948945
$wheres = $this->compileWheres();
949946
$options = $this->compileOptions();
950947

0 commit comments

Comments
 (0)