steveroseik

Results 2 issues of steveroseik

this is a normal query join that works fine: ` const res = await this.repo.createQueryBuilder('courierSheet') .leftJoinAndSelect('courierSheet.sheetOrders', 'sheetOrders').execute();` This is paginator code: ` const queryBuilder = this.repo.createQueryBuilder('courierSheet') .leftJoinAndSelect('courierSheet.sheetOrders', 'sheetOrders'); const paginator...

**Describe the bug** When you use the search textfield to filter the list, if you reach a dead end and your keyword doesn't correspond to items. You then have to...