【发布时间】:2021-09-06 08:47:12
【问题描述】:
我正在使用带有 Meilisearch 的 Scout。 我想刷新我的一个模型。
php artisan scout:flush "App\Comment"
返回
All [App\Comment] records have been flushed.
但是,查看meilisearch的时候,这个表的记录还在。
我认为这是因为我手动删除了数据库中表的所有记录。
【问题讨论】:
标签: laravel laravel-scout meilisearch