实现像 Producthunt.com 这样的算法搜索
Implement algolia search like Producthunt.com
我正在查看 Producthunt.com 并注意到它在您键入时更新查询参数。我知道他们正在使用 algolia 搜索,但我想知道他们如何更新查询参数。我正在查看 https://github.com/algolia/algoliasearch-rails-example/,但示例中的即时搜索似乎不会在您键入时更新 uri 参数。
有没有人能够使用 algoliasearch-rails gem 实现类似的东西?
我想你可能对 https://community.algolia.com/instantsearch.js/ 感兴趣?
我正在查看 Producthunt.com 并注意到它在您键入时更新查询参数。我知道他们正在使用 algolia 搜索,但我想知道他们如何更新查询参数。我正在查看 https://github.com/algolia/algoliasearch-rails-example/,但示例中的即时搜索似乎不会在您键入时更新 uri 参数。
有没有人能够使用 algoliasearch-rails gem 实现类似的东西?
我想你可能对 https://community.algolia.com/instantsearch.js/ 感兴趣?