When testing out the algolia.js integration, I was suprised that when reindexOnStart is enabled, that the entire index including all settings, facets, rankings etc. gets wiped.
That seems too destructive so this pull request aims at softening this to just delete the objects in the index, retaining all settings as they are.
When testing out the algolia.js integration, I was suprised that when
reindexOnStart
is enabled, that the entire index including all settings, facets, rankings etc. gets wiped.That seems too destructive so this pull request aims at softening this to just delete the objects in the index, retaining all settings as they are.