Hi,
The query builder seems to treat bool columns as string so the query produced fails.
dotnet: warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100]
Unhandled exception rendering component: No applicable method 'Contains' exists in type 'Boolean'
No applicable method 'Contains' exists in type 'Boolean' (at index 16)
Hi @enchev ,
The code produced was 'contains' even though the selected comparator in the builder was 'equals'. Does this look the same on your machine or is it just me?