You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Helper: Similar to the `replaceAllObjects` method but requires a Push connector (https://www.algolia.com/doc/guides/sending-and-managing-data/send-and-update-your-data/connectors/push/) to be created first, in order to transform records before indexing them to Algolia. The `region` must have been passed to the client instantiation method.
674
674
675
-
See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
675
+
See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
752
752
753
-
See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
753
+
See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
Helper: Similar to the `replaceAllObjects` method but requires a Push connector (https://www.algolia.com/doc/guides/sending-and-managing-data/send-and-update-your-data/connectors/push/) to be created first, in order to transform records before indexing them to Algolia. The `region` must have been passed to the client instantiation method.
5886
5886
5887
-
See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
5887
+
See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
5888
5888
"""
5889
5889
ifself._ingestion_transporterisNone:
5890
5890
raiseValueError(
@@ -5962,7 +5962,7 @@ def replace_all_objects(
5962
5962
"""
5963
5963
Helper: Replaces all objects (records) in the given `index_name` with the given `objects`. A temporary index is created during this process in order to backup your data.
5964
5964
5965
-
See https://api-clients-automation.netlify.app/docs/add-new-api-client#5-helpers for implementation details.
5965
+
See https://api-clients-automation.netlify.app/docs/custom-helpers/#replaceallobjects for implementation details.
0 commit comments