Closed trannluongg closed 2 years ago
Hey @trannluongg, it sounds like a problem with your setup and not the package itself. I can only recommend you to verify that your infrastructure meets the package requirements and carefully check scout
and elastic*
configurations.
@babenkoivan Thank you.
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days
I am running elasticsearch using docker. When I create the index with
php artisan elastic:migrate {x.php}
, then I run the commandphp artisan scout:import {Model}
, when it's done, after a while I check the index there is no document. When I restart docker, the index is updated to document. Thanks