as you can see here there’s a temporary label with the items count
also you’ll see all the labels with values i use for filtering, those fields are normally hidden, i’m showing it for debug purpose
what i’ve done (but i’m not sure if it’s the reason behind the problem)
was moving the initialization code in a separate js file (it was becoming difficult to read)
filtering, nesting etc… work just fine, i trigger the finsweetLoadComplete event so i know when to activate some element (like the full text search and another integration we have that needs finsweet to finish first)
the product in the table are 273, now items-count it’s showing 104 (and is showing a strange behaviour on the bottom, it shows some “nested” element out of context, only if the page is not filtered. if i look at the code thought developer tools i can see that those strange links are on the same level of the collection items, this is pretty strange, there’s no way to create something at the same level of the collection item in webflow
Hey @gianluca! I’m afraid no matter what I do or how I set up the list I always get this error. I’ve traced it down to CMS Load being the culprit with the current setup.
sorry i havent had time to work on this project in the past few days.
I found some other info on the problem by accident, i was working with an alternate global search version inside the dropdown header but now our customer want another feature with priority, so i stashed my changes and restored the previous version of the dropdown search, now the load is working fine. I think it may have somethign to do with instances with wrong names, i will do more research an let you know, i will try you suggestion also