Loading module/Oscar/src/Oscar/Strategy/Search/ElasticSearchEngine.php +0 −2 Original line number Diff line number Diff line Loading @@ -99,7 +99,6 @@ abstract class ElasticSearchEngine $params['body'][] = [ 'index' => [ '_index' => $this->getIndex(), '_type' => $this->getType(), '_id' => $object->getId(), ] ]; Loading Loading @@ -136,7 +135,6 @@ abstract class ElasticSearchEngine $params['body'][] = [ 'index' => [ '_index' => $this->getIndex(), // '_type' => $this->getType(), '_id' => $item->getId() ] ]; Loading Loading
module/Oscar/src/Oscar/Strategy/Search/ElasticSearchEngine.php +0 −2 Original line number Diff line number Diff line Loading @@ -99,7 +99,6 @@ abstract class ElasticSearchEngine $params['body'][] = [ 'index' => [ '_index' => $this->getIndex(), '_type' => $this->getType(), '_id' => $object->getId(), ] ]; Loading Loading @@ -136,7 +135,6 @@ abstract class ElasticSearchEngine $params['body'][] = [ 'index' => [ '_index' => $this->getIndex(), // '_type' => $this->getType(), '_id' => $item->getId() ] ]; Loading