Skip to content

Commit

Permalink
Merge pull request #9 from dikastes/hotfix-indexing
Browse files Browse the repository at this point in the history
Adding entity type in index
  • Loading branch information
dikastes authored Feb 23, 2024
2 parents d010aa2 + fde3390 commit 307b4b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/Command/IndexCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,7 @@ protected function commitIndices() {

$this->io->progressStart(count($index));
foreach ($index as $document) {
$document['type'] = $name;
$this->io->progressAdvance();
$params['body'][] = [ 'index' =>
[
Expand Down

0 comments on commit 307b4b9

Please sign in to comment.