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 ba329cf commit 1fe7b85Copy full SHA for 1fe7b85
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