当我尝试使用
restrictSearchableAttributes
使用Javascript客户端
我懂了
Invalid setting for restrictSearchableAttributes, attribute "field" is not in attributesToIndex
但是我使用Laravel包进行保存,并且已经在其中设置了attributesToIndex的字段?
最佳答案
restrictSearchableAttributes
仅可用于将可搜索属性限制为索引设置描述的子集。
因此,您需要确保field
在attributesToIndex
列表中(在索引设置中),然后才能限制对此属性的搜索。