Hi everyone,
I’ve built an app where users can search through thousands of product rows. The main filter is a search input (with autocorrect, from a plugin), and there are a few basic filters as well.
Unfortunately, I’ve been quite disappointed by the speed at which results are returned. It takes a lot time for the repeating group to populate after the search input is updated. Because of this, I’m trying to show a loading indication to manage user expectations.
However the “RepeatingGroup is loading” condition doesn’t behave as expected. Instead of showing the loading indication while the results are fetching, it seems to trigger the repeating group is empty (e.g. no results returned at all), rather than when it’s waiting for data.
Has anyone run into this or found a workaround? I’d like to solve both the fetching time and loading indication.
Any suggestions would be greatly appreciated!
Thanks,
Tim