File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ $ composer require pdphilip/elasticsearch
4747Laravel 7:
4848
4949``` bash
50- $ composer require pdphilip/elasticsearch:v0.7-alpha
50+ $ composer require pdphilip/elasticsearch:~ 0.7
5151```
5252
5353Laravel 6 (and 5.8):
5454
5555``` bash
56- $ composer require pdphilip/elasticsearch:v0.6-alpha
56+ $ composer require pdphilip/elasticsearch:~ 0.6
5757```
5858
5959Configuration
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments