david-atco
Results
1
comments of
david-atco
@SelaseKay I have a similar situation. Tested on versions 5.2.1, 5.4.2 and 5.4.4 When I have this, it works: ```dart query .where(CheckInRecordField.checkedOut, isEqualTo: false) .where(CheckInRecordField.currentEndTime, isLessThanOrEqualTo: nowTimestamp) .orderBy(CheckInRecordField.startTime, descending: true)...