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

fix: remove deleted records #86

Closed thecodingwizard closed 4 years ago

thecodingwizard commented 4 years ago

closes #82

Previously, when using enablePartialUpdates, deleted records would not be removed from Algolia. It seems like this bug was caused by a very small typo which this PR fixes.