Skip to content

Commit 9065fdd

Browse files
authored
[Docs Site] Add facetingAfterDistinct to InstantSearch (#24367)
1 parent 5b679d5 commit 9065fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/search/InstantSearch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ export default function InstantSearchComponent() {
225225
preserveSharedStateOnUnmount: true,
226226
}}
227227
>
228-
<Configure filters="type:content" />
228+
<Configure filters="type:content" facetingAfterDistinct={true} />
229229
<div className="space-y-4">
230230
<SearchBox />
231231
<div className="not-content flex gap-2">

0 commit comments

Comments
 (0)