Skip to content

Commit

Permalink
Update .code-samples.meilisearch.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
curquiza authored Aug 20, 2024
1 parent 932bbf2 commit b353ed2
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 @@ -898,7 +898,7 @@ update_search_cutoff_1: |-
reset_search_cutoff_1: |-
client.Index("books").ResetSearchCutoffMs()
get_dictionary_1: |-
client.Index("articles").GetDictionary()
client.Index("books").GetDictionary()
update_dictionary_1: |-
client.Index("books").UpdateSeparatorTokens([]string{
"J. R. R.",
Expand Down

0 comments on commit b353ed2

Please sign in to comment.