CSV generation for Doofinder.
Generation of CSV file to import in Doofinder., (*1)
Download:, (*2)
composer require comunicart/magento2-doofinder
, (*3)
Enable module:, (*4)
php bin/magento module:enable Comunicart_Doofinder
, (*5)
CSV generation will be done every 6 hours as cron task. In addition, you can also perform the generation manually through the console:, (*6)
php bin/magento doofinder:generate
, (*7)
This command will create a CSV file in folder named doofinder inside media folder. The name of file will be the store view code. If you have more than one store view, generation process will create one file by store view., (*8)
Once CSV file (or files if you have more than one store view) is generated, you can provide CSV file URL in Doofinder settings page:, (*9)
https://www.domain.com/pub/media/doofinder/default.csv, (*10)