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
@@ -548,7 +549,7 @@ export function createSearchClient({
548
549
* @param replaceAllObjects - The `replaceAllObjects` object.
549
550
* @param replaceAllObjects.indexName - The `indexName` to replace `objects` in.
550
551
* @param replaceAllObjects.objects - The array of `objects` to store in the given Algolia `indexName`.
551
-
* @param replaceAllObjects.batchSize - The size of the chunk of `objects`. The number of `batch` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.
552
+
* @param replaceAllObjects.batchSize - The size of the chunk of `objects`. The number of `batch` calls will be equal to `objects.length / batchSize`. Defaults to 1000.
552
553
* @param requestOptions - The requestOptions to send along with the query, they will be forwarded to the `getTask` method and merged with the transporter requestOptions.
0 commit comments