Skip to content

Commit c5f7ea5

Browse files
algolia-botJerska
andcommitted
docs(partialUpdate): add note about multiple operations (generated)
algolia/api-clients-automation#4721 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Matthieu Dumont <[email protected]>
1 parent 87957b4 commit c5f7ea5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/Search/SearchClient.swift

+2-1
Original file line numberDiff line numberDiff line change
@@ -2838,7 +2838,8 @@ open class SearchClient {
28382838
// key
28392839
// and its value being an object with the following properties: - _operation: the operation to apply on the
28402840
// attribute - value: the right-hand side argument to the operation, for example, increment or decrement step, value
2841-
// to add or remove. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
2841+
// to add or remove. When updating multiple attributes or using multiple operations targeting the same record, you
2842+
// should use a single partial update for faster processing. This operation is subject to [indexing rate limits](https://support.algolia.com/hc/en-us/articles/4406975251089-Is-there-a-rate-limit-for-indexing-on-Algolia).
28422843
// Required API Key ACLs:
28432844
// - addObject
28442845
//

0 commit comments

Comments
 (0)