From 307745e8fefaadf0602ca97844b74242c5834661 Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Mon, 14 Oct 2024 13:39:07 +0000 Subject: [PATCH] fix(specs): Typo tolernace on words (generated) https://github.com/algolia/api-clients-automation/pull/3968 Co-authored-by: algolia-bot --- algoliasearch/Models/Recommend/FallbackParams.cs | 4 ++-- algoliasearch/Models/Recommend/RecommendSearchParams.cs | 4 ++-- algoliasearch/Models/Search/IndexSettings.cs | 4 ++-- algoliasearch/Models/Search/SettingsResponse.cs | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/algoliasearch/Models/Recommend/FallbackParams.cs b/algoliasearch/Models/Recommend/FallbackParams.cs index 5fd876d19..eb0234da8 100644 --- a/algoliasearch/Models/Recommend/FallbackParams.cs +++ b/algoliasearch/Models/Recommend/FallbackParams.cs @@ -267,9 +267,9 @@ public FallbackParams() public List UnretrievableAttributes { get; set; } /// - /// Words for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. + /// Creates a list of [words which require exact matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. /// - /// Words for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. + /// Creates a list of [words which require exact matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. [JsonPropertyName("disableTypoToleranceOnWords")] public List DisableTypoToleranceOnWords { get; set; } diff --git a/algoliasearch/Models/Recommend/RecommendSearchParams.cs b/algoliasearch/Models/Recommend/RecommendSearchParams.cs index af7761165..6d2d16680 100644 --- a/algoliasearch/Models/Recommend/RecommendSearchParams.cs +++ b/algoliasearch/Models/Recommend/RecommendSearchParams.cs @@ -267,9 +267,9 @@ public RecommendSearchParams() public List UnretrievableAttributes { get; set; } /// - /// Words for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. + /// Creates a list of [words which require exact matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. /// - /// Words for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. + /// Creates a list of [words which require exact matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. [JsonPropertyName("disableTypoToleranceOnWords")] public List DisableTypoToleranceOnWords { get; set; } diff --git a/algoliasearch/Models/Search/IndexSettings.cs b/algoliasearch/Models/Search/IndexSettings.cs index f852bc051..91cc7b18b 100644 --- a/algoliasearch/Models/Search/IndexSettings.cs +++ b/algoliasearch/Models/Search/IndexSettings.cs @@ -76,9 +76,9 @@ public IndexSettings() public List UnretrievableAttributes { get; set; } /// - /// Words for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. + /// Creates a list of [words which require exact matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. /// - /// Words for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. + /// Creates a list of [words which require exact matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. [JsonPropertyName("disableTypoToleranceOnWords")] public List DisableTypoToleranceOnWords { get; set; } diff --git a/algoliasearch/Models/Search/SettingsResponse.cs b/algoliasearch/Models/Search/SettingsResponse.cs index dfa186b42..b73e91ffd 100644 --- a/algoliasearch/Models/Search/SettingsResponse.cs +++ b/algoliasearch/Models/Search/SettingsResponse.cs @@ -76,9 +76,9 @@ public SettingsResponse() public List UnretrievableAttributes { get; set; } /// - /// Words for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. + /// Creates a list of [words which require exact matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. /// - /// Words for which you want to turn off [typo tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. + /// Creates a list of [words which require exact matches](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/in-depth/configuring-typo-tolerance/#turn-off-typo-tolerance-for-certain-words). This also turns off [word splitting and concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/) for the specified words. [JsonPropertyName("disableTypoToleranceOnWords")] public List DisableTypoToleranceOnWords { get; set; }