Using Hierarchical Menu for Filtering in InstantSearch Vue Component
TLDR Sanjay needed help on filtering product data by hierarchy in InstantSearch Vue. Jason suggested using the hierarchical menu widget and provided the needed data format.
Aug 21, 2022 (14 months ago)
Sanjay
10:16 AMI have a product data and hierarchical category. I have already achieved normal search by facets such as category , brand, price and rating. However my requirment is as:
Category Data:
Clothes
->Mens Clothing
-> Tshirt
-> Pant
-> Womens Clothing
-> Tops
-> Ladies pant
Taking the example of above hierarchal category. I would like filter the product by category. eg. (Mens Clothing) then I would only like to see Tshirt and Pant in the category facets ie the children categories of Mens Clothing only.
Let me know How can I achieve such.
Jason
01:02 PMJason
01:03 PMTypesense
Indexed 2779 threads (79% resolved)
Similar Threads
Filtering Issue with hierarchicalMenu Widget
Keith experienced a problem while filtering results using the `hierarchicalMenu` widget. They resolved it by using `filters: "break:true"` instead of `facetFilters`. Jason agreed with the solution.
Troubleshooting Typesense Setup and Understanding Facets and Keywords
Demitri encountered errors when exploring Typesense for the first time. Jason guided them through troubleshooting and discussed facets, keyword settings, and widget configurations. Helin shared a Python demo app and its source code to help Demitri with their project.
Resolving Typesense Setup Issues with VueJS
A sought help with setting up Typesense in a CDN VueJS application. Jason guided him to adjust the initialization and provided a solution to an undefined item warning, resulting in a successful setup.