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 a7977a7 commit 77974daCopy full SHA for 77974da
src/components/search/InstantSearch.tsx
@@ -231,6 +231,7 @@ export default function InstantSearchComponent() {
231
<div className="not-content flex gap-2">
232
<FilterDropdown attribute="product" label="Products" />
233
<FilterDropdown attribute="tags" label="Tags" />
234
+ <FilterDropdown attribute="contentType" label="Page type" />
235
</div>
236
<InfiniteHits />
237
0 commit comments