Skip to content

Commit f0f1c03

Browse files
authored
Update README.md
1 parent f757618 commit f0f1c03

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
@@ -76,7 +76,7 @@ You can perform CRUD actions to `Collections` and `Documents` that belong to a c
7676

7777
### Searching
7878

79-
Define your [search parameters](https://typesense.org/docs/0.22.1/api/documents.html#arguments) clearly and then perform the search operation by mentioning your Document Type:
79+
Define your [search parameters](https://typesense.org/docs/27.0/api/search.html#search-parameters) clearly and then perform the search operation by mentioning your Document Type:
8080

8181
```swift
8282
let searchParameters = SearchParameters(q: "hog", queryBy: "school_name", filterBy: "num_students:>500", sortBy: "num_students:desc")

0 commit comments

Comments
 (0)