任何人都可以帮助我找到解决方案我正在使用 React,我必须使用 Algolia 进行搜索事件,但我不知道如何处理搜索事件 Algolia 火灾。例如,当搜索功能触发时,我想向页面添加新内容!任何帮助将不胜感激。
文档
我试过了
const search = instantsearch({
appId: myAppId,
apiKey: myAPIkey,
indexName: 'users',
searchFunction: () => {console.log('hi')}
}: InstantSearchOptions);
但它不起作用!而且我不确定我是否导入了正确的模块!
如果有人遇到这个问题,我刚刚找到了解决方案。解决方案是连接器!https://community.algolia.com/react-instantsearch/guide/Connectors.html