This PR fixes the issue reported in #50 where including a startdatetime parameter in the ReservationSummaries lava block would cause no results to be returned.
The existing code used the startdatetime parameter as both the start and end date of the filter. This PR changes it to correctly consider both the startdatetime and enddatetime parameters when filtering the reservations.
This PR fixes the issue reported in #50 where including a
startdatetime
parameter in theReservationSummaries
lava block would cause no results to be returned.The existing code used the
startdatetime
parameter as both the start and end date of the filter. This PR changes it to correctly consider both thestartdatetime
andenddatetime
parameters when filtering the reservations.