typeorm-cursor-pagination
typeorm-cursor-pagination copied to clipboard
fix(Paginator-appendPagingQuery): if 'OR' directive exists, paging 'A…
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.
Hi @masonCalmAndCode ,
Thanks for your contribution. Could you add a test to show the use case?