diff --git a/packages/algoliasearch/lib/src/model/base_index_settings.dart b/packages/algoliasearch/lib/src/model/base_index_settings.dart index a720d4c..fe668b1 100644 --- a/packages/algoliasearch/lib/src/model/base_index_settings.dart +++ b/packages/algoliasearch/lib/src/model/base_index_settings.dart @@ -46,7 +46,7 @@ final class BaseIndexSettings { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/algoliasearch/lib/src/model/fallback_params.dart b/packages/algoliasearch/lib/src/model/fallback_params.dart index f6d9c61..05c0fd0 100644 --- a/packages/algoliasearch/lib/src/model/fallback_params.dart +++ b/packages/algoliasearch/lib/src/model/fallback_params.dart @@ -255,7 +255,7 @@ final class FallbackParams { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/algoliasearch/lib/src/model/index_settings.dart b/packages/algoliasearch/lib/src/model/index_settings.dart index 596397b..689e250 100644 --- a/packages/algoliasearch/lib/src/model/index_settings.dart +++ b/packages/algoliasearch/lib/src/model/index_settings.dart @@ -98,7 +98,7 @@ final class IndexSettings { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/algoliasearch/lib/src/model/recommend_index_settings.dart b/packages/algoliasearch/lib/src/model/recommend_index_settings.dart index 9282f59..0ff572a 100644 --- a/packages/algoliasearch/lib/src/model/recommend_index_settings.dart +++ b/packages/algoliasearch/lib/src/model/recommend_index_settings.dart @@ -91,7 +91,7 @@ final class RecommendIndexSettings { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/algoliasearch/lib/src/model/recommend_search_params.dart b/packages/algoliasearch/lib/src/model/recommend_search_params.dart index 297781a..4f6b858 100644 --- a/packages/algoliasearch/lib/src/model/recommend_search_params.dart +++ b/packages/algoliasearch/lib/src/model/recommend_search_params.dart @@ -255,7 +255,7 @@ final class RecommendSearchParams { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/algoliasearch/lib/src/model/settings_response.dart b/packages/algoliasearch/lib/src/model/settings_response.dart index daa7009..fc8e845 100644 --- a/packages/algoliasearch/lib/src/model/settings_response.dart +++ b/packages/algoliasearch/lib/src/model/settings_response.dart @@ -99,7 +99,7 @@ final class SettingsResponse { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/client_recommend/lib/src/model/base_index_settings.dart b/packages/client_recommend/lib/src/model/base_index_settings.dart index cd03418..e317b72 100644 --- a/packages/client_recommend/lib/src/model/base_index_settings.dart +++ b/packages/client_recommend/lib/src/model/base_index_settings.dart @@ -46,7 +46,7 @@ final class BaseIndexSettings { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/client_recommend/lib/src/model/fallback_params.dart b/packages/client_recommend/lib/src/model/fallback_params.dart index 7ea4559..5ff567f 100644 --- a/packages/client_recommend/lib/src/model/fallback_params.dart +++ b/packages/client_recommend/lib/src/model/fallback_params.dart @@ -255,7 +255,7 @@ final class FallbackParams { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/client_recommend/lib/src/model/recommend_index_settings.dart b/packages/client_recommend/lib/src/model/recommend_index_settings.dart index 7ee9cda..a82074a 100644 --- a/packages/client_recommend/lib/src/model/recommend_index_settings.dart +++ b/packages/client_recommend/lib/src/model/recommend_index_settings.dart @@ -91,7 +91,7 @@ final class RecommendIndexSettings { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/client_recommend/lib/src/model/recommend_search_params.dart b/packages/client_recommend/lib/src/model/recommend_search_params.dart index e502107..b45cfea 100644 --- a/packages/client_recommend/lib/src/model/recommend_search_params.dart +++ b/packages/client_recommend/lib/src/model/recommend_search_params.dart @@ -255,7 +255,7 @@ final class RecommendSearchParams { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/client_search/lib/src/model/base_index_settings.dart b/packages/client_search/lib/src/model/base_index_settings.dart index c7ea993..bc6426d 100644 --- a/packages/client_search/lib/src/model/base_index_settings.dart +++ b/packages/client_search/lib/src/model/base_index_settings.dart @@ -46,7 +46,7 @@ final class BaseIndexSettings { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/client_search/lib/src/model/index_settings.dart b/packages/client_search/lib/src/model/index_settings.dart index f161449..e09c899 100644 --- a/packages/client_search/lib/src/model/index_settings.dart +++ b/packages/client_search/lib/src/model/index_settings.dart @@ -98,7 +98,7 @@ final class IndexSettings { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords; diff --git a/packages/client_search/lib/src/model/settings_response.dart b/packages/client_search/lib/src/model/settings_response.dart index 179971b..acc429b 100644 --- a/packages/client_search/lib/src/model/settings_response.dart +++ b/packages/client_search/lib/src/model/settings_response.dart @@ -99,7 +99,7 @@ final class SettingsResponse { @JsonKey(name: r'unretrievableAttributes') final List? unretrievableAttributes; - /// 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. @JsonKey(name: r'disableTypoToleranceOnWords') final List? disableTypoToleranceOnWords;