-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.1.4, 5.2 M1
-
Component/s: Query & PageProvider
When passing boolean parameters to a QueryModel, the resulting query includes the parameters between '', for instance 'true'.
The parameter in the query should be 0 or 1, without ''.
Same for Number parameters.