Skip to content

Commit

Permalink
fix(specs): Separators are non-alphanumeric characters (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#3978

Co-authored-by: algolia-bot <accounts+algolia-api-client-bot@algolia.com>
  • Loading branch information
algolia-bot committed Oct 16, 2024
1 parent fa164a9 commit 48fde1e
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 21 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,12 @@ import algoliasearch.recommend.SupportedLanguage._
* specify an attribute that doesn't exist in your index, such as `NO_NUMERIC_FILTERING`. **Modifier** -
* `equalOnly(\"ATTRIBUTE\")`. Support only filtering based on equality comparisons `=` and `!=`.
* @param separatorsToIndex
* Controls which separators are indexed. Separators are all non-letter characters except spaces and currency
* characters, such as $€£¥. By default, separator characters aren't indexed. With `separatorsToIndex`, Algolia
* treats separator characters as separate words. For example, a search for `C#` would report two matches.
* Control which non-alphanumeric characters are indexed. By default, Algolia ignores [non-alphanumeric
* characters](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/how-to/how-to-search-in-hyphenated-attributes/#handling-non-alphanumeric-characters)
* like hyphen (`-`), plus (`+`), and parentheses (`(`,`)`). To include such characters, define them with
* `separatorsToIndex`. Separators are all non-letter characters except spaces and currency characters, such as $€£¥.
* With `separatorsToIndex`, Algolia treats separator characters as separate words. For example, in a search for
* \"Disney+\", Algolia considers \"Disney\" and \"+\" as two separate words.
* @param searchableAttributes
* Attributes used for searching. Attribute names are case-sensitive. By default, all attributes are searchable and
* the
Expand Down
9 changes: 6 additions & 3 deletions src/main/scala/algoliasearch/recommend/FallbackParams.scala
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,12 @@ import algoliasearch.recommend.SupportedLanguage._
* specify an attribute that doesn't exist in your index, such as `NO_NUMERIC_FILTERING`. **Modifier** -
* `equalOnly(\"ATTRIBUTE\")`. Support only filtering based on equality comparisons `=` and `!=`.
* @param separatorsToIndex
* Controls which separators are indexed. Separators are all non-letter characters except spaces and currency
* characters, such as $€£¥. By default, separator characters aren't indexed. With `separatorsToIndex`, Algolia
* treats separator characters as separate words. For example, a search for `C#` would report two matches.
* Control which non-alphanumeric characters are indexed. By default, Algolia ignores [non-alphanumeric
* characters](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/how-to/how-to-search-in-hyphenated-attributes/#handling-non-alphanumeric-characters)
* like hyphen (`-`), plus (`+`), and parentheses (`(`,`)`). To include such characters, define them with
* `separatorsToIndex`. Separators are all non-letter characters except spaces and currency characters, such as $€£¥.
* With `separatorsToIndex`, Algolia treats separator characters as separate words. For example, in a search for
* \"Disney+\", Algolia considers \"Disney\" and \"+\" as two separate words.
* @param searchableAttributes
* Attributes used for searching. Attribute names are case-sensitive. By default, all attributes are searchable and
* the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,12 @@ import algoliasearch.recommend.SupportedLanguage._
* specify an attribute that doesn't exist in your index, such as `NO_NUMERIC_FILTERING`. **Modifier** -
* `equalOnly(\"ATTRIBUTE\")`. Support only filtering based on equality comparisons `=` and `!=`.
* @param separatorsToIndex
* Controls which separators are indexed. Separators are all non-letter characters except spaces and currency
* characters, such as $€£¥. By default, separator characters aren't indexed. With `separatorsToIndex`, Algolia
* treats separator characters as separate words. For example, a search for `C#` would report two matches.
* Control which non-alphanumeric characters are indexed. By default, Algolia ignores [non-alphanumeric
* characters](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/how-to/how-to-search-in-hyphenated-attributes/#handling-non-alphanumeric-characters)
* like hyphen (`-`), plus (`+`), and parentheses (`(`,`)`). To include such characters, define them with
* `separatorsToIndex`. Separators are all non-letter characters except spaces and currency characters, such as $€£¥.
* With `separatorsToIndex`, Algolia treats separator characters as separate words. For example, in a search for
* \"Disney+\", Algolia considers \"Disney\" and \"+\" as two separate words.
* @param searchableAttributes
* Attributes used for searching. Attribute names are case-sensitive. By default, all attributes are searchable and
* the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,12 @@ import algoliasearch.recommend.SupportedLanguage._
* specify an attribute that doesn't exist in your index, such as `NO_NUMERIC_FILTERING`. **Modifier** -
* `equalOnly(\"ATTRIBUTE\")`. Support only filtering based on equality comparisons `=` and `!=`.
* @param separatorsToIndex
* Controls which separators are indexed. Separators are all non-letter characters except spaces and currency
* characters, such as $€£¥. By default, separator characters aren't indexed. With `separatorsToIndex`, Algolia
* treats separator characters as separate words. For example, a search for `C#` would report two matches.
* Control which non-alphanumeric characters are indexed. By default, Algolia ignores [non-alphanumeric
* characters](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/how-to/how-to-search-in-hyphenated-attributes/#handling-non-alphanumeric-characters)
* like hyphen (`-`), plus (`+`), and parentheses (`(`,`)`). To include such characters, define them with
* `separatorsToIndex`. Separators are all non-letter characters except spaces and currency characters, such as $€£¥.
* With `separatorsToIndex`, Algolia treats separator characters as separate words. For example, in a search for
* \"Disney+\", Algolia considers \"Disney\" and \"+\" as two separate words.
* @param searchableAttributes
* Attributes used for searching. Attribute names are case-sensitive. By default, all attributes are searchable and
* the
Expand Down
9 changes: 6 additions & 3 deletions src/main/scala/algoliasearch/search/BaseIndexSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,12 @@ import algoliasearch.search.SupportedLanguage._
* specify an attribute that doesn't exist in your index, such as `NO_NUMERIC_FILTERING`. **Modifier** -
* `equalOnly(\"ATTRIBUTE\")`. Support only filtering based on equality comparisons `=` and `!=`.
* @param separatorsToIndex
* Controls which separators are indexed. Separators are all non-letter characters except spaces and currency
* characters, such as $€£¥. By default, separator characters aren't indexed. With `separatorsToIndex`, Algolia
* treats separator characters as separate words. For example, a search for `C#` would report two matches.
* Control which non-alphanumeric characters are indexed. By default, Algolia ignores [non-alphanumeric
* characters](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/how-to/how-to-search-in-hyphenated-attributes/#handling-non-alphanumeric-characters)
* like hyphen (`-`), plus (`+`), and parentheses (`(`,`)`). To include such characters, define them with
* `separatorsToIndex`. Separators are all non-letter characters except spaces and currency characters, such as $€£¥.
* With `separatorsToIndex`, Algolia treats separator characters as separate words. For example, in a search for
* \"Disney+\", Algolia considers \"Disney\" and \"+\" as two separate words.
* @param searchableAttributes
* Attributes used for searching. Attribute names are case-sensitive. By default, all attributes are searchable and
* the
Expand Down
9 changes: 6 additions & 3 deletions src/main/scala/algoliasearch/search/IndexSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@ import algoliasearch.search.SupportedLanguage._
* specify an attribute that doesn't exist in your index, such as `NO_NUMERIC_FILTERING`. **Modifier** -
* `equalOnly(\"ATTRIBUTE\")`. Support only filtering based on equality comparisons `=` and `!=`.
* @param separatorsToIndex
* Controls which separators are indexed. Separators are all non-letter characters except spaces and currency
* characters, such as $€£¥. By default, separator characters aren't indexed. With `separatorsToIndex`, Algolia
* treats separator characters as separate words. For example, a search for `C#` would report two matches.
* Control which non-alphanumeric characters are indexed. By default, Algolia ignores [non-alphanumeric
* characters](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/how-to/how-to-search-in-hyphenated-attributes/#handling-non-alphanumeric-characters)
* like hyphen (`-`), plus (`+`), and parentheses (`(`,`)`). To include such characters, define them with
* `separatorsToIndex`. Separators are all non-letter characters except spaces and currency characters, such as $€£¥.
* With `separatorsToIndex`, Algolia treats separator characters as separate words. For example, in a search for
* \"Disney+\", Algolia considers \"Disney\" and \"+\" as two separate words.
* @param searchableAttributes
* Attributes used for searching. Attribute names are case-sensitive. By default, all attributes are searchable and
* the
Expand Down
9 changes: 6 additions & 3 deletions src/main/scala/algoliasearch/search/SettingsResponse.scala
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,12 @@ import algoliasearch.search.SupportedLanguage._
* specify an attribute that doesn't exist in your index, such as `NO_NUMERIC_FILTERING`. **Modifier** -
* `equalOnly(\"ATTRIBUTE\")`. Support only filtering based on equality comparisons `=` and `!=`.
* @param separatorsToIndex
* Controls which separators are indexed. Separators are all non-letter characters except spaces and currency
* characters, such as $€£¥. By default, separator characters aren't indexed. With `separatorsToIndex`, Algolia
* treats separator characters as separate words. For example, a search for `C#` would report two matches.
* Control which non-alphanumeric characters are indexed. By default, Algolia ignores [non-alphanumeric
* characters](https://www.algolia.com/doc/guides/managing-results/optimize-search-results/typo-tolerance/how-to/how-to-search-in-hyphenated-attributes/#handling-non-alphanumeric-characters)
* like hyphen (`-`), plus (`+`), and parentheses (`(`,`)`). To include such characters, define them with
* `separatorsToIndex`. Separators are all non-letter characters except spaces and currency characters, such as $€£¥.
* With `separatorsToIndex`, Algolia treats separator characters as separate words. For example, in a search for
* \"Disney+\", Algolia considers \"Disney\" and \"+\" as two separate words.
* @param searchableAttributes
* Attributes used for searching. Attribute names are case-sensitive. By default, all attributes are searchable and
* the
Expand Down

0 comments on commit 48fde1e

Please sign in to comment.