Skip to content

Commit 33a3024

Browse files
committed
fix(specs): Typo tolernace on words (generated)
algolia/api-clients-automation#3968 Co-authored-by: algolia-bot <[email protected]>
1 parent fe4ccc0 commit 33a3024

7 files changed

+21
-21
lines changed

src/main/scala/algoliasearch/recommend/BaseIndexSettings.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ import algoliasearch.recommend.SupportedLanguage._
6060
* access](https://www.algolia.com/doc/guides/security/api-keys/how-to/user-restricted-access-to-data/), but don't
6161
* want to include it in the search results. Attribute names are case-sensitive.
6262
* @param disableTypoToleranceOnWords
63-
* Words for which you want to turn off [typo
64-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also
65-
* turns off [word splitting and
63+
* Creates a list of [words which require exact
64+
* 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).
65+
* This also turns off [word splitting and
6666
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
6767
* for the specified words.
6868
* @param attributesToTransliterate

src/main/scala/algoliasearch/recommend/FallbackParams.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ import algoliasearch.recommend.SupportedLanguage._
155155
* access](https://www.algolia.com/doc/guides/security/api-keys/how-to/user-restricted-access-to-data/), but don't
156156
* want to include it in the search results. Attribute names are case-sensitive.
157157
* @param disableTypoToleranceOnWords
158-
* Words for which you want to turn off [typo
159-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also
160-
* turns off [word splitting and
158+
* Creates a list of [words which require exact
159+
* 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).
160+
* This also turns off [word splitting and
161161
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
162162
* for the specified words.
163163
* @param attributesToTransliterate

src/main/scala/algoliasearch/recommend/RecommendIndexSettings.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@ import algoliasearch.recommend.SupportedLanguage._
6565
* access](https://www.algolia.com/doc/guides/security/api-keys/how-to/user-restricted-access-to-data/), but don't
6666
* want to include it in the search results. Attribute names are case-sensitive.
6767
* @param disableTypoToleranceOnWords
68-
* Words for which you want to turn off [typo
69-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also
70-
* turns off [word splitting and
68+
* Creates a list of [words which require exact
69+
* 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).
70+
* This also turns off [word splitting and
7171
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
7272
* for the specified words.
7373
* @param attributesToTransliterate

src/main/scala/algoliasearch/recommend/RecommendSearchParams.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ import algoliasearch.recommend.SupportedLanguage._
155155
* access](https://www.algolia.com/doc/guides/security/api-keys/how-to/user-restricted-access-to-data/), but don't
156156
* want to include it in the search results. Attribute names are case-sensitive.
157157
* @param disableTypoToleranceOnWords
158-
* Words for which you want to turn off [typo
159-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also
160-
* turns off [word splitting and
158+
* Creates a list of [words which require exact
159+
* 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).
160+
* This also turns off [word splitting and
161161
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
162162
* for the specified words.
163163
* @param attributesToTransliterate

src/main/scala/algoliasearch/search/BaseIndexSettings.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ import algoliasearch.search.SupportedLanguage._
6464
* access](https://www.algolia.com/doc/guides/security/api-keys/how-to/user-restricted-access-to-data/), but don't
6565
* want to include it in the search results. Attribute names are case-sensitive.
6666
* @param disableTypoToleranceOnWords
67-
* Words for which you want to turn off [typo
68-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also
69-
* turns off [word splitting and
67+
* Creates a list of [words which require exact
68+
* 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).
69+
* This also turns off [word splitting and
7070
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
7171
* for the specified words.
7272
* @param attributesToTransliterate

src/main/scala/algoliasearch/search/IndexSettings.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ import algoliasearch.search.SupportedLanguage._
7070
* access](https://www.algolia.com/doc/guides/security/api-keys/how-to/user-restricted-access-to-data/), but don't
7171
* want to include it in the search results. Attribute names are case-sensitive.
7272
* @param disableTypoToleranceOnWords
73-
* Words for which you want to turn off [typo
74-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also
75-
* turns off [word splitting and
73+
* Creates a list of [words which require exact
74+
* 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).
75+
* This also turns off [word splitting and
7676
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
7777
* for the specified words.
7878
* @param attributesToTransliterate

src/main/scala/algoliasearch/search/SettingsResponse.scala

+3-3
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,9 @@ import algoliasearch.search.SupportedLanguage._
7070
* access](https://www.algolia.com/doc/guides/security/api-keys/how-to/user-restricted-access-to-data/), but don't
7171
* want to include it in the search results. Attribute names are case-sensitive.
7272
* @param disableTypoToleranceOnWords
73-
* Words for which you want to turn off [typo
74-
* tolerance](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/). This also
75-
* turns off [word splitting and
73+
* Creates a list of [words which require exact
74+
* 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).
75+
* This also turns off [word splitting and
7676
* concatenation](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/handling-natural-languages-nlp/in-depth/splitting-and-concatenation/)
7777
* for the specified words.
7878
* @param attributesToTransliterate

0 commit comments

Comments
 (0)