Algolia匹配确切属性

J. *_* L. 3 javascript search full-text-search algolia

当我尝试使用时

 restrictSearchableAttributes
Run Code Online (Sandbox Code Playgroud)

使用Javascript客户端

我明白了

Invalid setting for restrictSearchableAttributes, attribute "field" is not in attributesToIndex
Run Code Online (Sandbox Code Playgroud)

但我正在使用Laravel包保存,我已经为attributesToIndex设置了字段?

red*_*dox 7

restrictSearchableAttributes只能用来搜索的属性限制的索引设置描述一下一个子集.

因此,您需要确保fieldattributesToIndex列表中(在索引设置中)才能限制对此属性的搜索.

  • 我忘了在后端调用setSettings().非常感谢你.它现在正在运作. (3认同)