Skip to content

Commit 36432ab

Browse files
Merge #386
386: Update .code-samples.meilisearch.yaml r=brunoocasali a=berwyn # Pull Request ## Related issue ## What does this PR do? - Updates the getting started example query to match the other language examples ## PR checklist Please check if your PR fulfills the following requirements: - [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)? - [x] Have you read the contributing guidelines? - [x] Have you made sure that the title is accurate and descriptive of the changes? Thank you so much for contributing to Meilisearch! Co-authored-by: Berwyn Jamesson <[email protected]>
2 parents 9eef683 + b63e7cc commit 36432ab

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)