Skip to content

Commit

Permalink
Merge pull request #10 from dikastes/main
Browse files Browse the repository at this point in the history
Update test branch
  • Loading branch information
dikastes authored Feb 23, 2024
2 parents d010aa2 + 307b4b9 commit a9d6cd0
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 a9d6cd0

Please sign in to comment.