有
我安装了Laravel Scout。如果我现在创建一个新记录,它将被正确导入到Algolia中。编辑和删除也可以。 但是现在我想导入所有现有组织。 当我运行命令时:
$ php artisan scout:import "App\Models\Organisation\Organisation"
All [App\Models\Organisation\Organisation] records have been imported.
但是,没有组织被写入索引。我仍然需要在某处指定任何内容吗?