Details
-
Type: Improvement
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.7.30
-
Fix Version/s: 4.7.31
-
Component/s: CiviCRM API
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Needs Funding
-
Verified?:No
Description
Currently it is not possible to retrieve contacts with a NULL addressee_id by the api ie.
civicrm_api3('Contact', 'get', ['addressee_id' => ['IS NULL': TRUE]]);
There is limited support for addressee - but not in terms of being able to search for it being empty