@@ -32,4 +32,4 @@ separatorsToIndex:
attributesForFaceting:
- "type"
- - "tags"
+ - "searchable(tags)"
@@ -151,7 +151,8 @@ search.addWidget(
showMore: true,
templates: {
header: 'Tags'
- }
+ },
+ searchForFacetValues:true
})
);