- Symfony version: 5.0+
- Algolia Search Bundle version: any
- Algolia Client Version: any
- Language Version: any
Description
It would be really great if you could extract the logic in SearchImportCommand into a separate service, so that one can easily do an atomatic full reimport programmatically. Currently you have to manually build fake CLI arguments and call the command, which is quite awkward (or copy & paste the complete code, which is just as awkward).
Steps To Reproduce
n/a