Query builder bool values

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)

Am I doing something wrong?

Hi @simon,

Not sure how to reproduce this. Usually Contains is not possible for boolean fields:

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?

Here is what I see for Northwind Products: