hello all, i am facing a strange issue. I only see it form the console though (using the chrome developer tools).
My search page basically has an algolia search which return a list of items.
From that list of item, i feel the list view via the generate children from variable in which i basically have a function which loops in through my collection to find a subset of the list of item returned by algolia.
Now what i notice is, i should only refresh/rebuilt that list of items when i hit enter on the search (upper left part)
But looking at the console, any item i touch on the page refresh that list view. i put a few prints in the function and if i click on say the text were it says Pickup for [1], it rebuilds, if i click on the filter, it rebuilds, if i click on the listview itself, it rebuilds. that makes a lot of query to my backend unnecessary
Any clue why this happens? did it happen to anyone else