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

Filtering Enums #13

Closed AlexMKotcz closed 8 months ago

AlexMKotcz commented 9 months ago

In the current implementation, it isn't possible to filter enum values. FilterParser.cs raises new InvalidOperationException($"Unsupported value '{right}' for type '{targetType.Name}'");