Sylvain Utard

Results 73 comments of Sylvain Utard
trafficstars

> I started receiving Algolia::AlgoliaProtocolError after upgrading from 1.17.0 to 1.19.1. I have tested with 1.18.0 and it works. Did you anonymise the logs by replacing your appid with `XXX`?...

> t used to work as if in earlier versions since I explicitly declared not to do any indexing in test environment. Could you share with us how do define...

Hey @micpringle, thank you for reporting such issue. It's indeed not an expected behavior. > Even though the model fails validation, Algolia is still trying to access author, which returns...

> This is sort of troublesome, because a user cannot attach a before_save hook that fires before Algolia's, because after_validation will always fire first. If a user wants to make...

> @vincentwoo, @redox additionally to all above, after_validation hook is triggered every time even if the validation is failed. Does it make sense to call algolia_mark_must_reindex in that case? It...

> @redox Curious why after_save hook isn't preferred in this case? The idea was to not rely on any `*_save` callback because they are still called while/if the underlying transaction...

> Do you have an example of how to do one-way synonyms with the DSL? One-way synonyms are currently not supported in the current DSL. Still wondering how we can...

> index.save_synonym('my_object_id', { objectID: 'my_object_id', type: 'oneWaySynonym', input: 'NY', synonyms: ['New York', 'NYC'] }, true) Right, they are just not part of the `algoliasearch` block options.

> Hi @redox, this is my main driver for using / exploring algolia github autocomplete. I have a lot of starred projects and it usually take me sometime to find...