Hey!
I have a question regarding Search/Filter functionality
I have an option set which called Hours: Screenshot by Lightshot
Room:
- data types: Screenshot by Lightshot
- app data: Screenshot by Lightshot
Booking: - data types: Screenshot by Lightshot
- app data: Screenshot by Lightshot
The interface looks like this: Screenshot by Lightshot
So the point is to have an opportunity to select rooms by types. Additionally, if the user choose the date, then we need to filter all available rooms which have an free hours/time slots for specific date. If the room hasn’t available time option then the room shouldn’t be shown
I understand how to get rooms by type only and don’t know how to check available ‘Hours’ for specific date and return a Rooms which fit into this condition. Here is the way how I tried to do it: Screenshot by Lightshot
Could you help me with this, please?