Anderson Bispo

Results 2 issues of Anderson Bispo

Fix of the issue described in #57, that filters by boolean field is not filtering when the field value is false.

needs code review

## Description With a filter like `filter_on :active, type: :boolean` When the `active` field value is `false`, the filter is not applied and the query returns all records with `active`...