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 a numerical string will break collection filters #12

Closed pdevito3 closed 1 year ago

pdevito3 commented 1 year ago

Orders.OrderNo @=* "4572" gives a 500: Expression of type 'System.Int32' cannot be used for parameter of type 'System.String' of method 'Boolean Contains(System.String)' (Parameter 'arg0')",