This pull request fixes civis.find for its unintuitive behavior with boolean kwarg filters. As suggested in #227, boolean kwargs are now treated the same way as kwargs of other data types, for value comparison instead of presence or absence of an attribute.
Resolves #227.
[x] (For Civis employees only) Reference to a relevant ticket in the pull request title
[x] Changelog entry added to CHANGELOG.md at the repo's root level
[x] Description of change in the pull request description
[x] If applicable, unit tests have been added and/or updated
This pull request fixes
civis.find
for its unintuitive behavior with boolean kwarg filters. As suggested in #227, boolean kwargs are now treated the same way as kwargs of other data types, for value comparison instead of presence or absence of an attribute.Resolves #227.
CHANGELOG.md
at the repo's root level