File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ public function getIndexNamesByAlias(string $alias): array;
3333 * @param string $prefix
3434 * @return array
3535 */
36- public function getIndexeNamesByPrefix (string $ prefix ): array ;
36+ public function getIndexNamesByPrefix (string $ prefix ): array ;
3737
3838 /**
3939 * Remove alias by name
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ public function getIndexNamesByAlias(string $alias): array
8383 * @throws ApiException
8484 * @throws \Neos\Flow\Http\Exception
8585 */
86- public function getIndexeNamesByPrefix (string $ prefix ): array
86+ public function getIndexNamesByPrefix (string $ prefix ): array
8787 {
8888 $ treatedContent = $ this ->searchClient ->request ('GET ' , '/_alias/ ' )->getTreatedContent ();
8989
Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ public function updateMainAlias()
547547 $ aliasActions = [];
548548 $ aliasNamePrefix = $ this ->searchClient ->getIndexNamePrefix (); // The alias name is the unprefixed index name
549549
550- $ indexNames = IndexNameService::filterIndexNamesByPostfix ($ this ->indexDriver ->getIndexeNamesByPrefix ($ aliasNamePrefix ), $ this ->indexNamePostfix );
550+ $ indexNames = IndexNameService::filterIndexNamesByPostfix ($ this ->indexDriver ->getIndexNamesByPrefix ($ aliasNamePrefix ), $ this ->indexNamePostfix );
551551
552552 $ cleanupAlias = function ($ alias ) use (&$ aliasActions ) {
553553 try {
You can’t perform that action at this time.
0 commit comments