Skip to content

Commit b63e7cc

Browse files
authored
Update .code-samples.meilisearch.yaml
Updates the getting started example query to match the other language examples
1 parent 9eef683 commit b63e7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1140,7 +1140,7 @@ getting_started_add_documents_md: |-
11401140
[About this SDK](https://www.github.com/meilisearch/meilisearch-swift)
11411141
getting_started_search_md: |-
11421142
```swift
1143-
client.index("movies").search(SearchParameters(query: "")) { (result) in
1143+
client.index("movies").search(SearchParameters(query: "botman")) { (result) in
11441144
switch result {
11451145
case .success(let searchResult):
11461146
print(searchResult)

0 commit comments

Comments
 (0)