algolia / gatsby-plugin-algolia

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

Deleting indexed records #71

Closed benknight closed 4 years ago

benknight commented 4 years ago

How do you use this plugin to tell Algolia to delete a record?

Haroenv commented 4 years ago

objects which no longer match in the next indexing, but is still showing in the previous: https://github.com/algolia/gatsby-plugin-algolia/blob/master/gatsby-node.js#L202

Can you clarify what's not working as expected?

benknight commented 4 years ago

Closing as resolved.