Skip to content

Commit 756f19a

Browse files
feat(specs): Remove attributeForDistinct from the indexSettingsAsSearc… (#2078)
1 parent 3517623 commit 756f19a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

specs/common/schemas/IndexSettings.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,10 @@ baseIndexSettings:
130130
type: string
131131
x-categories:
132132
- Languages
133+
attributeForDistinct:
134+
description: Name of the deduplication attribute to be used with Algolia's [_distinct_ feature](https://www.algolia.com/doc/guides/managing-results/refine-results/grouping/#introducing-algolias-distinct-feature).
135+
example: 'url'
136+
type: string
133137

134138
indexSettingsAsSearchParams:
135139
type: object
@@ -351,10 +355,6 @@ indexSettingsAsSearchParams:
351355
- Query strategy
352356
distinct:
353357
$ref: '#/distinct'
354-
attributeForDistinct:
355-
description: Name of the deduplication attribute to be used with Algolia's [_distinct_ feature](https://www.algolia.com/doc/guides/managing-results/refine-results/grouping/#introducing-algolias-distinct-feature).
356-
example: 'url'
357-
type: string
358358
replaceSynonymsInHighlight:
359359
type: boolean
360360
description: Whether to highlight and snippet the original word that matches the synonym or the synonym itself.

0 commit comments

Comments
 (0)