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
Copy file name to clipboardExpand all lines: lib/Api/SearchClient.php
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3154,7 +3154,7 @@ public function deleteObjects($indexName, $objectIDs, $waitForTasks = false, $ba
3154
3154
*
3155
3155
* @param string $indexName the `indexName` to replace `objects` in
3156
3156
* @param array $objects the array of `objects` to store in the given Algolia `indexName`
3157
-
* @param bool $createIfNotExists To be provided if non-existing objects are passed, otherwise, the call will fail..
3157
+
* @param bool $createIfNotExists to be provided if non-existing objects are passed, otherwise, the call will fail
3158
3158
* @param bool $waitForTasks Whether or not we should wait until every `batch` tasks has been processed, this operation may slow the total execution time of this method but is more reliable
3159
3159
* @param int $batchSize The size of the chunk of `objects`. The number of `batch` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.
3160
3160
* @param array $requestOptions Request options
@@ -3172,7 +3172,7 @@ public function partialUpdateObjects($indexName, $objects, $createIfNotExists, $
3172
3172
*
3173
3173
* @param string $indexName the `indexName` to replace `objects` in
3174
3174
* @param array $objects the array of `objects` to store in the given Algolia `indexName`
3175
-
* @param bool $createIfNotExists To be provided if non-existing objects are passed, otherwise, the call will fail..
3175
+
* @param bool $createIfNotExists to be provided if non-existing objects are passed, otherwise, the call will fail
3176
3176
* @param bool $waitForTasks Whether or not we should wait until every `batch` tasks has been processed, this operation may slow the total execution time of this method but is more reliable
3177
3177
* @param int $batchSize The size of the chunk of `objects`. The number of `push` calls will be equal to `length(objects) / batchSize`. Defaults to 1000.
Copy file name to clipboardExpand all lines: lib/Model/Search/AutomaticFacetFilter.php
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -236,7 +236,7 @@ public function getDisjunctive()
236
236
/**
237
237
* Sets disjunctive.
238
238
*
239
-
* @param null|bool $disjunctive Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurences are combined with the logical `OR` operation. If false, multiple occurences are combined with the logical `AND` operation.
239
+
* @param null|bool $disjunctive Whether the filter is disjunctive or conjunctive. If true the filter has multiple matches, multiple occurrences are combined with the logical `OR` operation. If false, multiple occurrences are combined with the logical `AND` operation.
0 commit comments