kchoi
kchoi

Reputation: 1215

Implement algolia search like Producthunt.com

I was looking at Producthunt.com and noticed that it was updating query param as you type. I know they're using algolia search but I was wondering how they update the query param. I was looking at https://github.com/algolia/algoliasearch-rails-example/ but instantsearch in the example doesn't seem to update the uri param as you type.

has anyone been able to implement something like it with algoliasearch-rails gem?

Upvotes: 0

Views: 144

Answers (1)

vvo
vvo

Reputation: 2883

I think you may be interested in https://community.algolia.com/instantsearch.js/?

Upvotes: 1

Related Questions