pdevito3/QueryKit

Unable to filter Guid on collections

Closed this issue · 0 comments

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.