mrahhal/MR.EntityFrameworkCore.KeysetPagination

GreaterThan/LessThan operators are not valid for System.Bool

Denvek opened this issue · 2 comments

You currently can't page when ordering by boolean fields because the LINQ comparison operators aren't valid for System.Bool. It looks like this is similar to issue #1 just for a different type.

Yes, should be an easy fix. If no one else volunteers I'll get to it soon.