mrahhal / MR.EntityFrameworkCore.KeysetPagination

Keyset/Seek/Cursor pagination for Entity Framework Core.
MIT License
235 stars 12 forks source link

GreaterThan/LessThan operators are not valid for System.Bool #16

Closed Denvek closed 2 years ago

Denvek commented 2 years ago

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.

mrahhal commented 2 years ago

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

mrahhal commented 2 years ago

v1.0.2