TVB-2869: Convert string booleans to booleans when applying filters
Created by: VinczeRobert
The problem appears only with SQLite when applying a filter. When loading a page everything is good, but when the filters are applied on a field and the sql query string is built, instead of 'True' you have '"True"' and that is what messed things up.