algolia / gatsby-plugin-algolia

A plugin to push to Algolia based on graphQl queries
https://yarn.pm/gatsby-plugin-algolia
Apache License 2.0
177 stars 45 forks source link

Fixes replica updates safely on the primary index #81

Closed marcspicer closed 3 years ago

marcspicer commented 4 years ago

This PR implements a functionality to update replicas on the primary index with optional property in algolia configs replicaUpdateMode. It can have two possible values replace or append where append is the default behaviour.

Haroenv commented 4 years ago

Before reviewing, I already want to say thanks for opening this pull request, I can see that your team has spent time with multiple people on this

Bruce773 commented 3 years ago

@Haroenv is there any chance we could get a review from you on this PR? 🙂

Haroenv commented 3 years ago

Damn, I lost track of this PR, my bad @Bruce773

Haroenv commented 3 years ago

Thanks for your pull request everyone! This is released as 0.14.0

marcspicer commented 3 years ago

@Haroenv Thanks for approving it. :tada: