假设我有shouldBeSearchable()
这样的设置:
public function shouldBeSearchable()
{
return $this->is_active === 1;
}
默认情况下,在我的应用中,新创建的帖子会将 is_active 设置为 1 ,以便将其添加到我的搜索索引中。
但如果我现在更新同一帖子并将 is_active 设置为 0 会自动将其从我的搜索索引中删除吗?
答案 0 :(得分:1)
是的,它应该。 如果它不起作用,那将是一个错误。
答案 1 :(得分:0)
运行(2,) (2,) # mvn.batch_shape, mvn.event_shape
(60, 60) # X.shape
(60, 60, 1, 2) # idx.shape == X.shape + (1 "broadcast against batch", 2 "event")
(60, 60, 2) # probs.shape == X.shape + (2 "mvn batch shape")
。
然后运行php artisan scout:flush "App\Models\YourModel"
。