FOSElasticaBundle
FOSElasticaBundle copied to clipboard
[bug] When using aliases, fos:elastica:delete command doesn't work
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.