Skip to content

Commit 77974da

Browse files
kodster28thomasgauvin
authored andcommitted
[Search] Surface content type on SERP (#23972)
1 parent a7977a7 commit 77974da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/search/InstantSearch.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export default function InstantSearchComponent() {
231231
<div className="not-content flex gap-2">
232232
<FilterDropdown attribute="product" label="Products" />
233233
<FilterDropdown attribute="tags" label="Tags" />
234+
<FilterDropdown attribute="contentType" label="Page type" />
234235
</div>
235236
<InfiniteHits />
236237
</div>

0 commit comments

Comments
 (0)