Sylvain Utard
Sylvain Utard
> so I wouldn't change the behaviour for this method only, but we could probably add a 4th parameter override ? Or maybe another method, because optional 4th parameter is...
> My concern would be that it's yet another kind of method. What do you think? Yes true; maybe we should just go for toggle then. Even if the switch...
> still no comment? :( Sorry for being late here... > Hi, I have an issue with custom ranking. When I do Model.reindex, all the fields are uploaded to algolia,...
@chrisyeung1121 I've patch the unit tests to test such behavior and cannot reproduce the issue. Do you mind trying to reproduce it in a small rails app?
> Hi just a sanity check, in the DSL, it looks like when I add_slave inside of an add_index block, all the settings are ignored. Arg indeed, I don't think...
> Is there a good way we could add support? Seems like a pretty valid use-case? I need to check whether this has a big impact or not; the current...
> Hi folks, > > The Algolia docs mention that you should try to split big records into multiple objects to be indexed. The Rails app that I work on...
> I was trying to refactor the code to a point where an AR class/model has an instance method to_algolia_object that returns the hash to be indexed, but didn't get...
Sorry @hannesfostie; I didn't... I'll work on it next week!
I took a deeper look at the code @hannesfostie and we might have one issue with the deletion process. For now, the Rails gem is in charge of deleting the...