shopwwi / webman-scout

webman Scout provides a driver based solution to searching your Eloquent models.
7 stars 0 forks source link

Attribute `__soft_deleted` is not filterable #2

Closed zkamisama closed 6 months ago

zkamisama commented 10 months ago

meilisearch

软删除 查询的时候报错 该字段没设置成可过滤

Attribute __soft_deleted is not filterable

看了下laravel/scout 配置里可设置每个索引的filterableAttributes

是否考虑在searchable 里面增加个方法 filterableAttributes 返回可以过滤设置