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

Unable to filter Guid on collections #51

Closed Eiromplays closed 1 month ago

Eiromplays commented 1 month ago

I am unable to filter Guid's that are on a collection. For instance Ingredients.Id == "my-guid" will not work, it seems to be caused by the .ToString() call not being added like it is for Id == "my-guid".

I can also provide more information if required.