Details
-
Type: Bug
-
Status: Open
-
Priority: Trivial
-
Resolution: Unresolved
-
Affects Version/s: 4.7.22
-
Fix Version/s: None
-
Component/s: CiviCRM API
-
Labels:
-
Versioning Impact:Patch (backwards-compatible bug fixes)
-
Documentation Required?:None
-
Funding Source:Contributed Code
-
Verified?:No
-
How it works currently:The parameter full_name as generated by API explorer is ignored.
-
How it should work:The search is performed as if the parameter key was used.
Description
Filtering by extension key doesn not work when it is done via api explorer since this generates the parameter 'full_name' instead of 'key'.
The api looks a bit messy with 'key', 'keys' and 'full_name' as parameter refering to the same DAO field 'full_name' .