Jacob Tallberg
10/21/2022, 1:40 PMcategory_id
value. What I want to do is to search for products that belong to a specific category_id AND all of its subcategories. I can easily traverse the category tree and identify all category_ids that I need to filter for.
My question is, how bad is it, performance wise, to potentially filter on hundreds of values?Kishore Nallan
10/21/2022, 1:43 PMcategory.level0
, category.level1
etc. so that when you want to filter you can do that at any level in the category hierarchy with a single filter by field.Jacob Tallberg
10/21/2022, 1:47 PMKishore Nallan
10/21/2022, 1:49 PMKishore Nallan
10/21/2022, 1:50 PMKishore Nallan
10/21/2022, 1:50 PMJacob Tallberg
10/21/2022, 1:51 PM