We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93042b4 commit 215c0e5Copy full SHA for 215c0e5
.github/workflows/upload-algolia.rb
@@ -19,4 +19,4 @@
19
records = JSON.parse(file)
20
21
# The API client automatically batches your records
22
-index.replace_all_objects(records, {})
+index.replace_all_objects(records, { safe: true })
0 commit comments