We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1de8fd2 commit caac990Copy full SHA for caac990
src/components/search/InstantSearch.tsx
@@ -225,7 +225,7 @@ export default function InstantSearchComponent() {
225
preserveSharedStateOnUnmount: true,
226
}}
227
>
228
- <Configure filters="type:content" />
+ <Configure filters="type:content" facetingAfterDistinct={true} />
229
<div className="space-y-4">
230
<SearchBox />
231
<div className="not-content flex gap-2">
0 commit comments