如何在 Algolia 中同时即时搜索多个索引? swift
How to instant search multiple indexes at the same time in Algolia ? swift
Algolia有没有办法同时搜索多个索引?我一直在关注此文档,但一次只成功地从一个索引进行搜索。
https://community.algolia.com/instantsearch-ios/getting-started.html#before-we-start
更新:InstantSearch iOS 现在可以使用多重索引。您可以从使用多索引的getting started guide. You can also check the 2 new demos开始:查询建议演示和电影演示。
上一个答案
感谢您有兴趣使用 InstantSearch!这是一个有效的问题,快速回答是 Algolia 将在下个月或 2 个月内为 InstantSearch iOS 添加对多索引的支持(这是我们的首要任务)。
也就是说,如果您使用 InstantSearch Core 库,现在有一种方法可以做到这一点,方法是在搜索中输入新查询时关注我们的 Movie Search demo and checking out the iPad version. If you check the MoviesIpadViewController, you'll realise that we use 2 Searcher 实例并在这两个实例中进行搜索酒吧.
如果您有更多问题,请告诉我们!
Algolia有没有办法同时搜索多个索引?我一直在关注此文档,但一次只成功地从一个索引进行搜索。 https://community.algolia.com/instantsearch-ios/getting-started.html#before-we-start
更新:InstantSearch iOS 现在可以使用多重索引。您可以从使用多索引的getting started guide. You can also check the 2 new demos开始:查询建议演示和电影演示。
上一个答案
感谢您有兴趣使用 InstantSearch!这是一个有效的问题,快速回答是 Algolia 将在下个月或 2 个月内为 InstantSearch iOS 添加对多索引的支持(这是我们的首要任务)。
也就是说,如果您使用 InstantSearch Core 库,现在有一种方法可以做到这一点,方法是在搜索中输入新查询时关注我们的 Movie Search demo and checking out the iPad version. If you check the MoviesIpadViewController, you'll realise that we use 2 Searcher 实例并在这两个实例中进行搜索酒吧.
如果您有更多问题,请告诉我们!