FriendsOfSymfony / FOSElasticaBundle

Elasticsearch PHP integration for your Symfony project using Elastica.

Home Page:http://friendsofsymfony.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[bug] When using aliases, fos:elastica:delete command doesn't work

dkarlovi opened this issue · comments

It's trying to delete the index via its alias which yields

The provided expression [alias_name] matches an alias, specify the corresponding concrete indices instead.

Should resolve the index name instead.