You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for example, on clothing and shoes, I will get one new filter color. in the second call, I should have some other filters related to grocery but I got color filter also with my grocery filters.
Many thanks for your answer
The text was updated successfully, but these errors were encountered:
Hello
I created dynamic filters in my filterset like this:
As you can see depending of the category. I request the attributes of a category. Then I assign to self.base_filters new filters. The issue is that during the first call:
https://noodra.com:8443/api/product/product/?category_hierarchy=grocery-and-crus : the result is correct
on the second call:
https://noodra.com:8443/api/product/product/?category_hierarchy=clothing-and-shoes : the result of filters is wrong because self.base_filters come and remember the filters of grocery-and-crus. So in this second call, I got filters calculated from the grocery-and-crus and from this clothing-and-shoes
for example, on clothing and shoes, I will get one new filter color. in the second call, I should have some other filters related to grocery but I got color filter also with my grocery filters.
Many thanks for your answer
The text was updated successfully, but these errors were encountered: