Hello everyone.
I am preparing a new application for a new hotel and I am conducting tests for booking packages and rooms.
I want to show the rooms that are available for booking between two specified dates. I have a collection of reservations that is associated with a collection of rooms and I’ve been looking for a while how to make only the rooms that are not booked in this dates range appear.
I can only select the reservations and count, I don’t see how I can filter on the reservation dates.
Thanks.

