Hi, I’m new to wix site.I’m building a website where user can search an item in my data collection. The results are displayed using a repeater. Most of the information in this repeater is stored in the data collection, but there’s an Estimated Time item in the repeater that is calculated depending on the visitor’s location. Because of this ETA item, I didn’t use dataset and link the item to the collection.
I’m trying to add filtering function and sorting function, and I’ve read many threads on Corvid Forum. It looks like most people are using dataset and the dataset filter. Since I’m using code to populate the repeater data, what would be the best practice here? Do I use queries every time when a filter or sort is clicked? Or is there anyway that I can apply filter/sort to the data from existing query results?
Thanks in advance!