Commit acdeb140 authored by Stephane Bouvry's avatar Stephane Bouvry
Browse files

Fix : Indexation des personnes crées manuellement

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