From 932bbf24433618131fd718537ae672e8c26f471b Mon Sep 17 00:00:00 2001 From: Javad Date: Tue, 20 Aug 2024 18:54:37 +0330 Subject: [PATCH] fix: get dictionary method name --- .code-samples.meilisearch.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.code-samples.meilisearch.yaml b/.code-samples.meilisearch.yaml index 5db7b03c..44f24c4a 100644 --- a/.code-samples.meilisearch.yaml +++ b/.code-samples.meilisearch.yaml @@ -898,9 +898,7 @@ update_search_cutoff_1: |- reset_search_cutoff_1: |- client.Index("books").ResetSearchCutoffMs() get_dictionary_1: |- - client.Index("articles").GetSeparatorTokens() -get_separator_tokens_1: |- - client.Index("books").GetDictionary() + client.Index("articles").GetDictionary() update_dictionary_1: |- client.Index("books").UpdateSeparatorTokens([]string{ "J. R. R.", @@ -908,6 +906,8 @@ update_dictionary_1: |- }) reset_dictionary_1: |- client.Index("books").ResetDictionary() +get_separator_tokens_1: |- + client.Index("books").GetSeparatorTokens() update_separator_tokens_1: |- client.Index("articles").UpdateSeparatorTokens([]string{ "|",