tghamm / dynamic-linq-query-builder

A truly generic and dynamic linq query builder to compliment jQuery QueryBuilder and other dynamic linq query generation needs
MIT License
262 stars 110 forks source link

Not handling bool type correctly #121

Closed schricb closed 1 year ago

schricb commented 1 year ago

To reproduce, try adding a bool field to the sample app.

A value of false does not appear in the table data and filtering by a boolean field does not work.

tghamm commented 1 year ago

@schricb This was a minor display issue in the sample project, not an issue with the actual core library. I've updated the sample library to include a bool, and it does indeed filter properly.