typeorm-cursor-pagination icon indicating copy to clipboard operation
typeorm-cursor-pagination copied to clipboard

fix(Paginator-appendPagingQuery): if 'OR' directive exists, paging 'A…

Open masonCalmAndCode opened this issue 4 years ago • 1 comments
trafficstars

'OR' directive will group the other directives (AND) in the where clause, so if 'OR' directive exists, paging 'AND' condition should be added in every directive group.

masonCalmAndCode avatar Sep 12 '21 10:09 masonCalmAndCode

Hi @masonCalmAndCode ,

Thanks for your contribution. Could you add a test to show the use case?

benjamin658 avatar Sep 17 '21 03:09 benjamin658