Skip to content

Commit cf1c31e

Browse files
[ci skip]
Update README Swift [This list might not be relevant]
1 parent 534c52f commit cf1c31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1252,12 +1252,12 @@ You can delete an object using its `objectID`:
12521252
index.deleteObject("myID")
12531253
```
12541254

1255-
12561255
Delete by query
12571256
==================
12581257

12591258
You can delete all objects matching a single query with the following code. Internally, the API client performs the query, deletes all matching hits, and waits until the deletions have been applied.
12601259

1260+
12611261
```swift
12621262
let query: Query = /* [...] */
12631263
index.deleteByQuery(query)

0 commit comments

Comments
 (0)