Skip to content

Commit

Permalink
Merge #267
Browse files Browse the repository at this point in the history
267: Update .code-samples.meilisearch.yaml r=alallema a=dichotommy

Make `update_an_index_1` consistent w/ this code sample in other SDKs.

See [this issue](meilisearch/documentation#471 (comment)).

Co-authored-by: Tommy <68053732+dichotommy@users.noreply.github.com>
Co-authored-by: Amélie <alallema@users.noreply.github.com>
  • Loading branch information
3 people authored Feb 8, 2022
2 parents 5ababbf + 4a69cf2 commit 80c1b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .code-samples.meilisearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ create_an_index_1: |-
PrimaryKey: "movie_id",
})
update_an_index_1: |-
client.Index("movie_review").UpdateIndex("movie_review_id")
client.Index("movies").UpdateIndex("movie_review_id")
delete_an_index_1: |-
client.DeleteIndex("movies")
// OR
Expand Down

0 comments on commit 80c1b3e

Please sign in to comment.