I turned the feature off currently. But If I choose to show the product count on the categories, every one of the categories seems to break after the top level ajax filter. So if I have a top filter with 2 options and each options has 150 products, then it will say the count next to them. However, all the ajax filters underneath will show (0) products even though there are products listed with those categories to be filtered. Also, if I click one of them it shows “no results match your filters” which makes no sense because there are a ton of products that match those.
If I turn off the counts and updating filters after a selection is made, it works fine. So it’s almost like there are 2 issues. 1. That the filters updating the count after the selection won’t work and 2. that the counts are incorrect after the top level filter. I assume based on the way it is breaking it would be a javascript bug.