Shalom Volchok

Results 11 comments of Shalom Volchok

Just browsing through issues to see if anyone was asking for this. This would be a great feature to have. What I actually came looking for was a connector that...

Thanks for the quick replies! @mthuret, I want to be able to pass in a dynamic list that could include any of the products in Algolia. If I understand your...

Well I'd like to have the functionality to change them independently from the index. For example, so that we could a/b test one list of featured items vs another. Or...

@Haroenv I tested your suggestion with the code below and it totally seems to do what I need. I assume something like this is what you had in mind? Thanks!...

I tried that first, but I got an error from Algolia because in the first reduce iteration `filters` is just an ID and it doesn't get `objectID:` in front of...

@Haroenv https://codepen.io/anon/pen/MoWYPG?editors=0010#0 @mthuret ok, let me have a try with that as well...

OK, pulled all that into a HOC and ended up with this. Seems to satisfy all my use cases. ```js import React, { Component } from "react"; import { connectHits,...

Hmmm... Maybe I misunderstood. I was thinking that `` could give me another instance of the same index to play with. But do I need a completely different `index_name`? Also,...

OK, thanks for the reply. I'm out of the office today, but I will give it a try in the morning and confirm I've got it working.

Yes, I can confirm that got everything working. Appreciate the help :+1: