We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cee41f commit 6eb67c4Copy full SHA for 6eb67c4
src/Command/MeiliSearchCreateCommand.php
@@ -74,7 +74,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
74
75
$task = $this->searchClient->createIndex($index['name']);
76
$this->searchClient->waitForTask($task['uid']);
77
- $indexInstance = $this->searchClient->getIndex($index['name']);
+ $indexInstance = $this->searchClient->index($index['name']);
78
79
if (isset($index['settings']) && is_array($index['settings'])) {
80
foreach ($index['settings'] as $variable => $value) {
0 commit comments