pdevito3 / QueryKit

🎛️ QueryKit is a .NET library that makes it easier to query your data by providing a fluent and intuitive syntax for filtering and sorting.
Apache License 2.0
147 stars 13 forks source link

fix: filtering enum types #15

Closed AlexMKotcz closed 8 months ago

AlexMKotcz commented 9 months ago

Adding conversion to Expression CreateRightExprFromType when filtering enum types #13

AlexMKotcz commented 9 months ago

Maybe you need to add unit tests or something, but this implementation works just fine. I hope this contributes in some form to this awesome tool.

pdevito3 commented 9 months ago

Sweet thanks! I'm on holiday atm, but I'll take a look at this when I get back. Appreciate the contribution!

pdevito3 commented 8 months ago

Had to make some tweaks, but got it updated and the the release is out to include enums. thanks again!