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