Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Trivial
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.6
-
Fix Version/s: 4.6
-
Component/s: None
-
Labels:None
-
Documentation Required?:Developer Doc
Description
API functions 'often' accept the use of sql operators eg.
civicrm_api('contribution', 'get', array('id' => array('IN' => array(1,2,3));
that particular example doesn't work currently although it does on about 30 other entities - so looking at a test to put a bit more pressure on consistency here (& make that one work)