Dynamic facets

Tagged:
  • Wala
    Participant
    2 years 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/

    wpsolr
    Keymaster
    2 years ago #29471

    Can you explain simply what it is about?

    Wala
    Participant
    2 years ago #29572

    Sure. 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.

    wpsolr
    Keymaster
    2 years ago #29578

    WPSOLR implements dynamic faceting by default: each product category will show only relevant attributes.

    But we only use product global attributes, not custom attributes.

    • This reply was modified 2 years ago by wpsolr.
Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.