Hi
I have a repeater showing a broad range of locations. In one collection, the name of the location, how expensive it is, the size (how many people) etc. is saved. In another collection, I have the name of the location and all dates for 2020. In case the location is free, the location has a “1” for this date, in case the location is already booked, it has a “0”.
Now what I would like to do is allow the user to filter all locations based on a number of criteria. First criteria is the date, which they select from a date picker. Only locations which are available should show up. Then the user can define a budget (e.g. up to 50 per person, 50-75, etc.), then the user can select how large the location needs to be (how many people). Filtering regarding number of people and budget is not an issue, but filtering for locations which are available is tricky. I tried to find some resources only, however didn’t find anything like this
Thanks a lot for your help!
Regards,
Sven