Dynamic facets
- WalaParticipant2 years, 5 months ago #29470
I am wondering if ‘dynamic faceting’ might be able to be implemented with my woocommerce catalog. Products have attributes saved as custom (not global) attributes. The idea is that for product categories, the dynamic faceting could avoid the need for hundreds of manual facet creation. Code and discussion here: https://www.algolia.com/blog/engineering/implementing-faceted-search-with-dynamic-faceting-with-code/
WalaParticipant2 years, 4 months ago #29572Sure. for catalogs with many categories, you might want to have different search facets for different types of products. For instance, with televisions, you could have a facet for screen size. However for speakers, that facet makes no sense, and you might want a facet for maximum wattage.
The idea that I am asking about is a method to dynamically identify and create these different facets by common attributes in a category. For a catalog with thousands of different categories, manual facet creation is potentially too much effort. The link I supplied demonstrates how dynamic facet creation might be implemented with algolia.
You must be logged in to reply to this topic.