Repeater filtering project following TAL's thread - support shoutout...

Hi - As newcomers to this forum, can we reach out and ask for help as we try to get something cracked?

The picture below is a bunch of unconnected user input element I have on a box. I want users to be able to make a selction and the repeater below change accordingly.

The change in the repeater list can either be dynamic (as each element is changed) or “on demand” (the user has to hit a submit button to make the query run). Maybe one approach is faster thatn the other?

The url is https://www.seaview-escapes.com/choose-by-type

You may have noticed we have played with the new “FILTER” feature for the two dropdowns, which works great (but a user cant reset them to their “ALL” state with this feature (unless we do a full page refresh!!! - LOL).

My developer (who is learning CORVID) is going to follow TAL’s advice and thread, starting with this https://www.wix.com/corvid/forum/community-discussion/equal-to-or-more-than?fbclid=IwAR3g1gN8_UN2PjK-34Gh-uDIoEAwxnRfJFT93wgXEjoifrUGaL96v6wma3A

If anyone is willing to help that would be awsome !!!

Thanks

G

There are many tutorial pages out there already that can help you along the way, along with searching this code forum for previous forum posts like the one from Tal (Wix Mod) that you have already seen and are using.

https://www.wix.com/corvid/example/checkbox-dropdown
https://www.wix.com/corvid/example/search
https://www.vorbly.com/Vorbly-Code/WIX-REPEATER-MULTIPLE-CHECKBOX-FILTERS
https://www.vorbly.com/Vorbly-Code/WIX-REPEATER-MULTIPLE-FILTERS-WITH-RESET
https://www.vorbly.com/Vorbly-Code/WIX-REPEATER-WITH-MULTIPLE-FILTERS
https://www.vorbly.com/Vorbly-Code/WIX-CODE-RESET-FORM-WITH-BUTTON

A;so, Nayeli (Code Queen) has some great examples and youtube videos along with other tutorials that you can look at too.
https://www.youtube.com/channel/UCy4ydlG0gU7cTUBDYTD2I_A
https://www.totallycodable.com/featured/coder/Nayeli-Gomez

As for having the filters all run when the user clicks on submit or having them run concurrently and filtering a repeater as they are changed, then that is up to you to decide and see what works best for your website with the design and practicality of it.